Hi,
I have a line starting at point "A" and finishing at point "B". I need to find a point belonging to this line and in a distance of x from the starting point. How can I do this?
thanks for your support.
jm.
Hi,
I have a line starting at point "A" and finishing at point "B". I need to find a point belonging to this line and in a distance of x from the starting point. How can I do this?
thanks for your support.
jm.
Hi Jean-Marie.
You could use the LineShape.GetPointOnALine() method. It allows you to specify a distance and a StartingPoint parameter.
wiki.thinkgeo.com/wiki/Think...nceUnit.29
Got it!
thanks!
Glad I could help!