Freigeben über


GeographyPosition.Longitude-Eigenschaft

Ruft den Längenteil einer Position ab.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public ReadOnly Property Longitude As Double
    Get
'Usage
Dim instance As GeographyPosition
Dim value As Double

value = instance.Longitude
public double Longitude { get; }
public:
property double Longitude {
    double get ();
}
member Longitude : float
function get Longitude () : double

Eigenschaftswert

Typ: System.Double
Der Längenteil einer Position.

Siehe auch

Verweis

GeographyPosition Klasse

System.Spatial-Namespace