Udostępnij przez


SqlSpatialServices.GetYCoordinate(DbGeometry) Metoda

Definicja

Zwraca współrzędną Y danej DbGeometry wartości, jeśli reprezentuje punkt.

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)

Parametry

geometryValue
DbGeometry

Wartość geometryczna, która nie musi reprezentować punktu.

Zwraca

Współrzędna Y danej DbGeometry wartości.

Dotyczy