Hello,
according to my previews post..
gis.thinkgeo.com/Support/Dis...fault.aspx
.. I create shapes (Point, Lines, Rectangle) and position them beside a line (baseline).
To position the shapes I use code from a sample in Code Comunity -> "Offset Point at Right Angle".
This works fine.
But what I now need is the backward way. If a new point is created on the map via my edit functions and the user selects a lineshape as reference line I need to get a point on the line that is in right angle to my new point.
I made some test with Lineshape.GetShortestLineTo() method but this is not exact as I need. If I create a point to a line position via "Offset Point at Right Angle"-Code I should get the same line Position if I try the backward way.
Any ideas?