다음을 통해 공유


GeographyPoint.Z 속성

Null 허용 Z를 가져옵니다.

네임스페이스:  System.Spatial
어셈블리:  System.Spatial(System.Spatial.dll)

구문

‘선언
Public MustOverride ReadOnly Property Z As Nullable(Of Double)
    Get
‘사용 방법
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>

속성 값

유형: System.Nullable<Double>
Null 허용 Z입니다.

참고 항목

참조

GeographyPoint 클래스

System.Spatial 네임스페이스