Community of MapPoint and Virtual Earth Users and Developers
This is a discussion on how to find a line???? within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I have an application which create lines from an excel. I want to delete one line but I don't know. ...
| |||||||
| Today's Posts | Twitter Feed | Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| how to find a line???? I have tryed with various methods (FindPushpin,FindAddressResults,FindPlaceResults,F indResults) but anyone find a line. I need an example as how find a line. Thanks in advance. |
| |||
|
I was having the same problem I found out how to identify what was selected. Private Sub Timer1_Timer() On Error GoTo ErrorHandler dim shp = Map If TypeOf MPC.ActiveMap.Selection Is Object Then Set shp = MPC.ActiveMap.Selection 'if the selection is not a shape, it will fail and go to the ErrorHandler 'if not you have the line selected. ' do what you want ' you can determine what line it is if you named your line or put text in end if ErrorHandler: End Sub |
![]() |
| Tags |
| find, line |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Where did I click on that line? | Jumbly | MapPoint 2006/2009 Discussion | 3 | 12-08-2004 03:53 AM |
| Find a start of line | Anonymous | MapPoint 2006/2009 Discussion | 5 | 08-03-2004 07:39 PM |
| How can I create a line between two line with VB6 | Anonymous | MapPoint 2006/2009 Discussion | 0 | 04-29-2003 05:44 PM |
| Bug on Polyline and line | Maverick | MapPoint 2006/2009 Discussion | 0 | 02-28-2003 06:10 AM |
| As I draw a line and then a pushpin on that line, .... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 07-16-2002 08:35 AM |