ArcGIS Pro 2.6 API Reference Guide
Monotonic Enumeration

ArcGIS.Core.Geometry Namespace : Monotonic Enumeration
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.Monotonic

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Geometry Namespace