Property M
M
Gets the optional coordinate to define a measure value for the point.
Declaration
public double M { get; }
Property Value
Type | Description |
---|---|
System. |
The optional coordinate to define a measure value for the point. |
Remarks
M-values are used in linear referencing scenarios and may represent things like mile
markers along a highway. Like z-values, every geometry can optionally store m-values with
the point coordinates that comprise it. The default m-value is
System.true
).
Note that when you get m-values back from a geometry, the default value of
System.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |