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


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

IMSegmentation4.GetSubcurveBetweenMsEx3D Method

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 GetSubcurveBetweenMsEx3D ( _
    ByVal fromM As Double, _
    ByVal toM As Double, _
    ByRef fromMDetails As Integer, _
    ByRef toMDetails As Integer _
) As IGeometryCollection
[C#]
public IGeometryCollection GetSubcurveBetweenMsEx3D (
    double fromM,
    double toM,
    ref int fromMDetails,
    ref int toMDetails
);
[C++]
HRESULT GetSubcurveBetweenMsEx3D(
  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*

Product Availability

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

See Also

IMSegmentation4 Interface