Hi All,
Is there a method anywhere that I might be missing that will return a point for any length (or percent) along a polyline?
Doesn't seem like it's in the new(ish) geometry engine or the original AGS geometry service or on the polyline class (arcpy has it there). I could create a service to do it but my workflow will need to do it a LOT so the service isn't really efficient for this scenario.
It's probably an easy algorithm but seems like it would already be there or maybe someone already has a demo algorithm to share?
Thanks
Fred
Solved! Go to Solution.
Have a look at the answer provided by Joel Bennett in this post: https://community.esri.com/message/525576#comment-525576
Have a look at the answer provided by Joel Bennett in this post: https://community.esri.com/message/525576#comment-525576
Thanks!
That's it... not sure how my search didn't pick it up. I started a version just before you posted and it's basically the same. Not sure why this isn't in the api to begin with...