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(
long* 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.