ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / Geometry Class / IsKnownMSimple Property

In This Topic
    IsKnownMSimple Property
    In This Topic
    Indicates whether this geometry is known to be M-simple. A geometry is M-simple if all the M-values are not NaN. False will be returned if GeometryEngine.IsMSimple has never been called.
    Syntax
    public bool IsKnownMSimple {get;}
    Public ReadOnly Property IsKnownMSimple As Boolean
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also