This document is archived and information here might be outdated.  Recommended version.


IMSegmentation.MMonotonic Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMSegmentation Interface > IMSegmentation.MMonotonic Property
ArcGIS Developer Help

IMSegmentation.MMonotonic Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

IMSegmentation Interface