Provides access to members that allow certain MSegmentation functionality, similar to that on IMSegmentation3 but more limited.
Members
| Name | Description | |
|---|---|---|
![]()  | 
MMonotonicity | Returns a combination of esriMonotinicityEnum values that describes all trends in M values over the length of the curve. | 
![]()  | 
OrientByMs | Re-orients the curve to make Ms non-decreasing, if possible. | 
![]()  | 
QueryFirstLastM | Returns the first and last defined M value for the curve. | 
IMSegmentationInternal.MMonotonicity Property
Returns a combination of esriMonotinicityEnum values that describes all trends in M values over the length of the curve.
Public ReadOnly Property MMonotonicity As Integer
public int MMonotonicity {get;}
IMSegmentationInternal.OrientByMs Method
Re-orients the curve to make Ms non-decreasing, if possible.
Public Sub OrientByMs ( _
)
public void OrientByMs (
);
IMSegmentationInternal.QueryFirstLastM Method
Returns the first and last defined M value for the curve.
Public Sub QueryFirstLastM ( _
    ByRef firstM As Double, _
    ByRef lastM As Double _
)
public void QueryFirstLastM (
    ref double firstM,
    ref double lastM
);
Classes that implement IMSegmentationInternal
| Classes | Description | 
|---|

