Freigeben über


GeographyPoint.Longitude-Eigenschaft

Ruft die Länge ab.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Longitude As Double
    Get
'Usage
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

Eigenschaftswert

Typ: System.Double
Die Länge.

Siehe auch

Verweis

GeographyPoint Klasse

System.Spatial-Namespace