다음을 통해 공유


GeometryPoint.M 속성

Null 허용 M을 가져오거나 설정합니다.

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

구문

‘선언
Public MustOverride ReadOnly Property M As Nullable(Of Double)
    Get
‘사용 방법
Dim instance As GeometryPoint
Dim value As Nullable(Of Double)

value = instance.M
public abstract Nullable<double> M { get; }
public:
virtual property Nullable<double> M {
    Nullable<double> get () abstract;
}
abstract M : Nullable<float>
abstract function get M () : Nullable<double>

속성 값

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

참고 항목

참조

GeometryPoint 클래스

System.Spatial 네임스페이스