Tagged Questions
0
votes
1answer
292 views
CenterPoint of Polygon in ArcEngine .Net 10
I am currently trying to get the center point of a polygon. In GIS, i can see the "x" mark in the center of the polygon, but I do not know how to get it from the IPolygon object.
I tried getting the ...
4
votes
2answers
394 views
Does anyone know a function to determine if a Point lies on a polyline?
ArcEngine 10 .Net 4 c#
Hi I'm currently allowing user to select a point on a polyline and creating a point on the line. I am using snapping tool.
I just want to make sure that when the user clicks ...