Community of VE/MapPoint Users and Developers
This is a discussion on Delete Numerator from waypoints when i draw a route within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi, In my application i have n location for drawing a route. My code is: for i = 0 to ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Delete Numerator from waypoints when i draw a route In my application i have n location for drawing a route. My code is: for i = 0 to n .... Locazioni(i) = oMap.GetLocation(lat,lon,alt) ... ... Dim objRoute As MapPoint.Route objRoute = oMap.ActiveRoute objRoute.Waypoints.Add(Locazioni(i), "") objRoute.Waypoints.Add(Locazioni(i - 1), "") objRoute.Calculate() .... .... next i for each waypoints i must delete the label which is a couple of number. How can i do? Thanks. |
![]() |
| Tags |
| delete, draw, numerator, route, waypoints |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How I can Disable the summary of map when I Draw a Route | Anonymous | MapPoint 2006/2009 Discussion | 1 | 03-09-2005 09:04 AM |
| Draw a route between two LONGS LATS | Anonymous | MapPoint 2006/2009 Discussion | 1 | 02-16-2005 10:08 AM |
| How to hide waypoints in a route? | Anonymous | MapPoint 2006/2009 Discussion | 1 | 08-06-2004 09:46 AM |
| add two waypoints and calculate route with Delphi | jmiller55 | MapPoint 2006/2009 Discussion | 4 | 06-24-2003 03:08 PM |
| Converting a route to waypoints | Anonymous | MapPoint 2006/2009 Discussion | 3 | 06-04-2003 01:27 PM |