ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / Monotonicity Enumeration

In This Topic
    Monotonicity Enumeration
    In This Topic
    Describes trends in the value of an attribute. See the GeometryEngine.GetMMonotonicity method.
    Syntax
    Members
    MemberDescription
    None There is no monotonicity, for example, the geometry is empty.
    ValueDecreases The value decreases over some intervals.
    ValueEmpty There are some gaps in the value where it is NaN.
    ValueIncreases The value increases over some intervals.
    ValueLevel The value remains constant over some intervals.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also