DbSpatialServices.GetLatitude(DbGeography) Metodo

Definizione

Restituisce la coordinata latitudine del valore specificato DbGeography , se rappresenta un punto.

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

Parametri

geographyValue
DbGeography

Valore geography, che non deve rappresentare un punto.

Valori restituiti

Coordinata latitudine del valore specificato DbGeography .

Eccezioni

geographyValue

geographyValue

Si applica a