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


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

IMSegmentation3.MMonotonicity Property

A combination of esriMonotinicityEnum values that describes all trends in M values over the length of the curve.

[Visual Basic .NET]
Public ReadOnly Property MMonotonicity As Integer
[C#]
public int MMonotonicity {get;}
[C++]
HRESULT get_MMonotonicity(
  System.Int32* monotonicityDetails
);
[C++]
Parameters
monotonicityDetails [out, retval]

monotonicityDetails is a parameter of type long*

Product Availability

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

Remarks

The MMonotonicity value in the above case is 15 because that polyline has intervals that EsriValueIncreases (1), EsriValueLevel (2), EsriValueDecreases(4) and EsriValuesEmpty(8).

Note : That method returns a combination of esriMonotinicityEnum values.

See Also

IMSegmentation3 Interface