Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the altitude portion of position.
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 GeometryPosition
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>
Property Value
Type: System.Nullable<Double>
The altitude portion of position.