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


IMSegmentation3.OrientByMs Method (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.OrientByMs Method
ArcGIS Developer Help

IMSegmentation3.OrientByMs Method

Re-orients the curve to make Ms non-decreasing, if possible.

[Visual Basic .NET]
Public Sub OrientByMs ( _
)
[C#]
public void OrientByMs (
);
[C++]
HRESULT OrientByMs(
void
);

Product Availability

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

Remarks

Note: If one or many parts of the polyline are non-MMonotonic then the reordering will not happen.

See Also

IMSegmentation3 Interface