Does the ArcGIS Pro SDK support linear referencing? Specifically, some of the functionality exposed by the ArcObjects IMSegmentation interface.
Methods such as:
- GetSubcurveBetweenMs (gets the geometry defined on a route between measure m1 and m2)
- GetPointsAtMs (gets the points from a route where a specific measure occurs)
- SetMsAsDistance (sets the measures on a route based on distances)
So far, the closest I've found has been the CIMMarkerPlacementAtMeasuredUnits, which "Represents marker placement at geometry M values."
Is there other support in the SDK , and I'm just looking in the wrong place?
If that's the case - where should I look?
Thank you - Dale