Propriété GeographyPoint.Longitude
Obtient la longitude.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property Longitude As Double
Get
'Utilisation
Dim instance As GeographyPoint
Dim value As Double
value = instance.Longitude
public abstract double Longitude { get; }
public:
virtual property double Longitude {
double get () abstract;
}
abstract Longitude : float
abstract function get Longitude () : double
Valeur de propriété
Type : System.Double
Longitude.