.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to extract the intersecti on points between a polyline and another?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
189 Views, 1 Replies
09-16-2011 08:01 AM
Hello,
I have some experience with Vb.net.
But I have a problem:
I have a polyline
I select it
The result to be a message box with the intersection points for all the lines, polylines that intersect this polyline.
Can somebody point me to the right direction?
Thanks
Re: How to extract the intersecti on points between a polyline and another?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-16-2012 01:32 PM in reply to:
dan.popescu
hi dan
have you tried making the selected polyline the 'fence' in a fence selection? (refer to the developer's guide for selecting objects in the drawing area.)
a. you could apply a selction filter depending on whether there are any specific objects you are looking for, and b. i'd imagine you can then go on identify the selected object types and use their respective intersect method(s) to get the sought info.
felix
