This document is archived and information here might be outdated.  Recommended version.


IMSegmentation.GetSubcurveBetweenMs Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMSegmentation Interface > IMSegmentation.GetSubcurveBetweenMs Method
ArcGIS Developer Help

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
);
[C++]
Parameters
fromM 

fromM is a parameter of type double toM
toM is a parameter of type double

Product Availability

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

See Also

IMSegmentation Interface | IMSegmentation2.GetSubcurveBetweenMsEx Method