Community of VE/MapPoint Users and Developers
This is a discussion on Deselect of a line within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; How do I deselect a line? I current have a program where I display an additional form when a line ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| hi!
I think you have to use the "Delete" instruction, I haven't found any instruction for deselect. But if you don't want to delete your line, just select another thing, something like this may help you. Dim sp As MapPoint.Shape Dim loc As MapPoint.Location Set loc = MappointControl1.ActiveMap.GetLocation(80, 0) 'get a location over at the arctic ocean Set sp = MappointControl1.ActiveMap.Shapes.AddShape GeoAutoShapeType.geoShapeRectangle, loc, 1, 1) sp.Select sp.Delete |
![]() |
| Tags |
| deselect, line |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Locate Line | Anonymous | MapPoint 2006/2009 Discussion | 1 | 08-11-2004 09:53 AM |
| how to find a line???? | Anonymous | MapPoint 2006/2009 Discussion | 1 | 03-08-2004 03:03 PM |
| How can I create a line between two line with VB6 | Anonymous | MapPoint 2006/2009 Discussion | 0 | 04-29-2003 06:44 PM |
| Bug on Polyline and line | Maverick | MapPoint 2006/2009 Discussion | 0 | 02-28-2003 07:10 AM |
| As I draw a line and then a pushpin on that line, .... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 07-16-2002 09:35 AM |