This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMSegmentation2 Interface > IMSegmentation2.GetSubcurveBetweenMsEx Method (ArcObjects .NET 10.4 SDK) |
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
IMSegmentation2 Interface | IMSegmentation.GetSubcurveBetweenMs Method