Partager via


Propriété GeographyPoint.Latitude

Obtient la latitude.

Espace de noms :  System.Spatial
Assembly :  System.Spatial (en System.Spatial.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Latitude As Double
    Get
'Utilisation
Dim instance As GeographyPoint
Dim value As Double

value = instance.Latitude
public abstract double Latitude { get; }
public:
virtual property double Latitude {
    double get () abstract;
}
abstract Latitude : float
abstract function get Latitude () : double

Valeur de propriété

Type : System.Double
Latitude.

Voir aussi

Référence

GeographyPoint Classe

Espace de noms System.Spatial