ArcObjects Library Reference (Geometry)  

IMSegmentation.GetSubcurveBetweenMs Method

Returns a polyline geometry corresponding to the subcurve(s) between the fromM and the toM.

[Visual Basic .NET]
Public Function GetSubcurveBetweenMs ( _
    ByVal fromM As Double, _
    ByVal toM As Double _
) As IGeometryCollection
[C#]
public IGeometryCollection GetSubcurveBetweenMs (
    double fromM,
    double toM
);
[C++]
HRESULT GetSubcurveBetweenMs(
  double fromM,
  double toM,
  IGeometryCollection** result
);
[C++]

Parameters

fromM   fromM is a parameter of type double toM   toM is a parameter of type double result [out, retval]

  result is a parameter of type IGeometryCollection

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMSegmentation Interface | IMSegmentation2.GetSubcurveBetweenMsEx Method