Property M
M
Gets the optional coordinate to define a measure value for the point.
Declaration
public double M { get; }
Property Value
Type | Description |
---|---|
Double | 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.Double.NaN. If an m-value is specified when a geometry is created,
the new geometry has m-values (HasM is true
).
Note that when you get m-values back from a geometry, the default value of
System.Double.NaN is returned for vertices that do not have m-values. A
geometry with m-values is sometimes known as an m-aware geometry.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |