Share via


M Property

The nullable M.

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

Syntax

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

Property Value

Type: System..::..Nullable< (Of < ( <'Double> ) > ) >
The nullable M.

See Also

Reference

GeographicPoint Class

System.Spatial Namespace