public Polyline GetSubCurveBetweenMsEx( Multipart multipart, double fromM, double toM, out MSubCurveRelation fromMDetail, out MSubCurveRelation toMDetail )
Public Function GetSubCurveBetweenMsEx( _ ByVal multipart As Multipart, _ ByVal fromM As Double, _ ByVal toM As Double, _ ByRef fromMDetail As MSubCurveRelation, _ ByRef toMDetail As MSubCurveRelation _ ) As Polyline
Parameters
- multipart
- The multipart from which the subcurve will be extracted.
- fromM
- The M-value in the multipart to start the subcurve.
- toM
- The M-value in the multipart to end the subcurve.
- fromMDetail
- Information about where fromM falls relative to the input multipart.
- toMDetail
- Information about where toM falls relative to the input multipart.
Return Value
Polyline representing the subcurve.