Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 GeographyPosition
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.