This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Constants > E > esriMMonotonicEnum Constants (ArcObjects .NET 10.5 SDK) |
Describes if the measures on the geometry are all ascending, all descending, or neither.
Constant | Value | Description |
---|---|---|
esriMNotMonotonic | 0 | The Ms are not monotonic. |
esriMAscending | 1 | The Ms are monotonically ascending. |
esriMDescending | -1 | The Ms are monotonically descending. |