M Property

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 GeographicPosition
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< (Of < ( <'Double> ) > ) >
The arbitrary measure associated with a position.

See Also

Reference

GeographicPosition Structure

System.Spatial Namespace