Share via


DbSpatialServices.GetXCoordinate(DbGeometry) Método

Definición

Devuelve la coordenada X del valor especificado de DbGeometry, si representa un punto.

public:
 abstract Nullable<double> GetXCoordinate(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract double? GetXCoordinate (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetXCoordinate : System.Data.Spatial.DbGeometry -> Nullable<double>
Public MustOverride Function GetXCoordinate (geometryValue As DbGeometry) As Nullable(Of Double)

Parámetros

geometryValue
DbGeometry

Valor de geometría, que no necesita representar un punto.

Devoluciones

Coordenada X del valor DbGeometry determinado.

Excepciones

geometryValue

geometryValue

Se aplica a