GeometryPosition.M 属性

获取与位置相关的任意度量。

命名空间:  System.Spatial
程序集:  System.Spatial(在 System.Spatial.dll 中)

语法

声明
Public ReadOnly Property M As Nullable(Of Double)
    Get
用法
Dim instance As GeometryPosition
Dim value As Nullable(Of Double)

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

属性值

类型:System.Nullable<Double>
与位置相关的任意度量。

请参阅

参考

GeometryPosition 类

System.Spatial 命名空间