This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMSegmentation4 Interface > IMSegmentation4.GetSubcurveBetweenMs3D Method (ArcObjects .NET 10.5 SDK) |
Returns a polyline geometry corresponding to the subcurve(s) between the fromM and the toM.
[Visual Basic .NET] Public Function GetSubcurveBetweenMs3D ( _ ByVal fromM As Double, _ ByVal toM As Double _ ) As IGeometryCollection
[C#] public IGeometryCollection GetSubcurveBetweenMs3D ( double fromM, double toM );
[C++]
HRESULT GetSubcurveBetweenMs3D(
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