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,
long* fromMDetails,
long* toMDetails,
IGeometryCollection** result
);
[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 result [out, retval]result is a parameter of type IGeometryCollection
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
See Also
IMSegmentation2 Interface | IMSegmentation.GetSubcurveBetweenMs Method