Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft das auf Null festlegbare Z ab.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Z As Nullable(Of Double)
Get
'Usage
Dim instance As GeographyPoint
Dim value As Nullable(Of Double)
value = instance.Z
public abstract Nullable<double> Z { get; }
public:
virtual property Nullable<double> Z {
Nullable<double> get () abstract;
}
abstract Z : Nullable<float>
abstract function get Z () : Nullable<double>
Eigenschaftswert
Typ: System.Nullable<Double>
Das auf Null festlegbare Z.