ArcObjects Library Reference (Geometry)  

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