Show / Hide Table of Contents

Property HasM

HasM

Gets a value indicating whether the geometry builder supports geometries with m values.

Declaration
public virtual bool HasM { get; }
Property Value
Type Description
System.Boolean

true if the geometry builder supports geometries with m values, false otherwise.

Remarks

M values are often referred to as measures, and are used in linear referencing workflows on linear datasets. NaN is a valid m value. If true, m values are stored for each vertex of the constructed geometry. Geometries with m values are created by using setters or constructors that take an m value as a parameter.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.