Share via


DbSpatialServices.GetYCoordinate(DbGeometry) Método

Definición

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

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

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

Devoluciones

Coordenada Y del valor DbGeometry determinado.

Excepciones

geometryValue

geometryValue

Se aplica a