Udostępnij za pośrednictwem


DbSpatialServices.GetYCoordinate(DbGeometry) Metoda

Definicja

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

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)

Parametry

geometryValue
DbGeometry

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

Zwraca

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

Wyjątki

geometryValue

geometryValue

Dotyczy