Compartilhar via


DbSpatialServices.GetYCoordinate(DbGeometry) Método

Definição

Retorna a coordenada Y do valor DbGeometry fornecido, se ele representa um ponto.

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

Parâmetros

geometryValue
DbGeometry

O valor de geometria, que não necessariamente representa um ponto.

Retornos

A coordenada Y do valor DbGeometry fornecido.

Exceções

geometryValue

geometryValue

Aplica-se a