Freigeben über


GeographyPosition.Z-Eigenschaft

Ruft den Höhenteil einer Position ab.

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

Syntax

'Declaration
Public ReadOnly Property Z As Nullable(Of Double)
    Get
'Usage
Dim instance As GeographyPosition
Dim value As Nullable(Of Double)

value = instance.Z
public Nullable<double> Z { get; }
public:
property Nullable<double> Z {
    Nullable<double> get ();
}
member Z : Nullable<float>
function get Z () : Nullable<double>

Eigenschaftswert

Typ: System.Nullable<Double>
Der Höhenteil einer Position.

Siehe auch

Verweis

GeographyPosition Klasse

System.Spatial-Namespace