ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MonotonicType Enumeration

In This Topic
    MonotonicType Enumeration
    In This Topic
    Describes if values on a geometry are all ascending, all descending, or neither. See the GeometryEngine.GetMMonotonic function.
    Syntax
    Members
    MemberDescription
    Ascending All values are ascending.
    Descending All values are descending.
    NotMonotonic All values are neither ascending or descending.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Geometry.MonotonicType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also