DbSpatialServices.GetXCoordinate(DbGeometry) Método

Definição

Devolve a coordenada X do valor dado DbGeometry , se representar um ponto.

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

O valor geométrico, que não precisa de representar um ponto.

Devoluções

A coordenada X do valor dado DbGeometry .

Exceções

geometryValue

geometryValue

Aplica-se a