Sdílet prostřednictvím


DbSpatialServices.GetLongitude(DbGeography) Metoda

Definice

Vrátí souřadnici zeměpisné délky dané DbGeography hodnoty, pokud představuje bod.

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

Parametry

geographyValue
DbGeography

Zeměpisná hodnota, která nemusí představovat bod.

Návraty

Souřadnice zeměpisné délky dané DbGeography hodnoty.

Výjimky

geographyValue

geographyValue

Platí pro