ArcGIS Pro SDK support for linear referencing?

1667
10
Jump to solution
10-10-2018 02:35 PM
daleward
New Contributor II

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

0 Kudos
10 Replies
daleward
New Contributor II

Thank you Annette. I was just about to post a follow-up question regarding what to do if the measures on the route don't match the distance, so your reply is most timely

There may be a couple of other functions from IMSegmentation that we need as well - I'll post here as I come cross them.