Tagged Questions
2
votes
1answer
291 views
Draw Triangle Polygon with Dynamic Display
I'm trying to draw a custom polygon in Dynamic Display but its really not working at all. I can get it to work if I do this:
IPointCollection pc = seg.setRectangle( mapcontrol.map.extent.envelope) ...