GeographyPoint.M Property

Gets 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 GeographyPoint 
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<Double>
The nullable M.

See Also

Reference

GeographyPoint Class

System.Spatial Namespace