Compartir a través de


SqlSpatialServices.GetYCoordinate(DbGeometry) Método

Definición

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

public override Nullable<double> GetYCoordinate (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetYCoordinate : System.Data.Entity.Spatial.DbGeometry -> Nullable<double>
Public Overrides 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.

Se aplica a