GeometryPoint.M Property
Gets or sets 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 GeometryPoint
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.