This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMSegmentation Interface > IMSegmentation.MMonotonic Property (ArcObjects .NET 10.4 SDK) |
A value indicating whether Ms are monotonic, and if so, whether they are ascending or descending.
[Visual Basic .NET] Public ReadOnly Property MMonotonic As esriMMonotonicEnum
[C#] public esriMMonotonicEnum MMonotonic {get;}
[C++]
HRESULT get_MMonotonic(
esriMMonotonicEnum* MMonotonic
);
[C++]
Parameters MMonotonic [out, retval]
MMonotonic is a parameter of type esriMMonotonicEnum
Returns an esriMMonotonicEnum indicating whether or not the Ms are monotonic as well as whether they are ascending or descending. The Ms are esriMAscending if the Ms are ordered such that M1 < M2 < M3 < . . . < Mn. The Ms are esriMDescending if the Ms are ordered such that M1 > M2 > M3 > . . . > Mn.