Deriving coordinates from polyline

Deriving coordinates from polyline

Anonymous
Not applicable
100 Views
3 Replies
Message 1 of 4

Deriving coordinates from polyline

Anonymous
Not applicable
What is the best way to allow a user to select a polyline and then derive the coords of the vertices from that polyline for use in the SelectByPolygon method?....Any help would be greatly appreciated......Regards, RGibson
0 Likes
101 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Polyline.GetBoundingBox should allow to do
that

 

Alain Bouchard

 


style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
What
is the best way to allow a user to select a polyline and then derive the
coords of the vertices from that polyline for use in the SelectByPolygon
method?....Any help would be greatly appreciated......Regards,
RGibson
0 Likes
Message 3 of 4

Anonymous
Not applicable
But what about an irregular polygon with more than four vertices?.....Thanks in advance....RGibson
0 Likes
Message 4 of 4

Anonymous
Not applicable
That makes no difference. GetBoundingBox gives you the
bounding box of any entities, irregular or not.


style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
But
what about an irregular polygon with more than four vertices?.....Thanks in
advance....RGibson
0 Likes