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


IMSegmentationInternal.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 > IMSegmentationInternal Interface > IMSegmentationInternal.MMonotonicity Property
ArcGIS Developer Help

IMSegmentationInternal.MMonotonicity Property

Returns 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.

See Also

IMSegmentationInternal Interface