This document is archived and information here might be outdated. Recommended version. |
Returns a polyline geometry corresponding to the subcurve(s) between the fromM and the toM values. The 'details' arguments are composed of esriMCurveRelationEnum values.
[Visual Basic .NET] Public Function GetSubcurveBetweenMsEx ( _ ByVal fromM As Double, _ ByVal toM As Double, _ ByRef fromMDetails As Integer, _ ByRef toMDetails As Integer _ ) As IGeometryCollection
[C#] public IGeometryCollection GetSubcurveBetweenMsEx ( double fromM, double toM, ref int fromMDetails, ref int toMDetails );
[C++]
HRESULT GetSubcurveBetweenMsEx(
double fromM,
double toM,
System.Int32* fromMDetails,
System.Int32* toMDetails
);
[C++] Parameters fromM
fromM is a parameter of type double toM
toM is a parameter of type double fromMDetails [in, out]
fromMDetails is a parameter of type long* toMDetails [in, out]
toMDetails is a parameter of type long*
IMSegmentation2 Interface | IMSegmentation.GetSubcurveBetweenMs Method