GeometryPosition.M Property

Gets the arbitrary measure associated with a position.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public ReadOnly Property M As Nullable(Of Double)
    Get
'Usage
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>

Property Value

Type: System.Nullable<Double>
The arbitrary measure associated with a position.

See Also

Reference

GeometryPosition Class

System.Spatial Namespace