Tagged Questions
3
votes
1answer
119 views
Pivot a polyline at vertex or distance using ArcObjects C#
I hope you can help me with that one. I'm using ArcObjects with C# trying to rotate only one part of a polyline at a vertex or distance along the polyline. The polyline is zAware and has values at ...
2
votes
1answer
250 views
Snap Polygon vertices to Point features
I have a set of polygons drawn using an inaccurate GPS PDA. these polygons are sharing nodes.
after post-processing GPS data to get accurate coordinates i have a set of all the nodes, then i have to ...
3
votes
3answers
1k views
How to select the vertices from a polygon?
I am writing some VBA code to extract vertices from a polygon.
I would like to ask, how to select the vertices from a polygon ?
Regards
Gary