Dear support,
I am an ESRI client for now and I'm testing MapSuite 3.0.
I need to know if there are a easy way to measure a distance along a polilyne.
So I have a Feature that is a polilyne and I have a couple of points in that Polilyne.
This is how I got the Points:
MultipointShape
overlapPointShape = currentMultilineShape.GetCrossing(areaBaseShape);
How can I find the distance between each of my points and the begining of the Polilyne (in Meters).
Regards,
André