Hi,
I was wondering how I could have Mappoint default to the shortest route instead of the quickest. I would like Mappoint to come up with it all the time instead of having to select it everytime I create a route.
Thanks for any help,
N
This is a discussion on Defaulting the setting to shortest instead of quickest within the MapPoint Desktop Discussion forums, part of the Map Forums category; Hi, I was wondering how I could have Mappoint default to the shortest route instead of the quickest. I would ...
Hi,
I was wondering how I could have Mappoint default to the shortest route instead of the quickest. I would like Mappoint to come up with it all the time instead of having to select it everytime I create a route.
Thanks for any help,
N
Sorry - No.
Yes if you create your routes with a program.
The Route.Waypoint Object allows you to define:
objRoute.Waypoints.Item(1).SegmentPreferences = geoSegmentPreferred
The options are:
2 geoSegmentPreferred
0 geoSegmentQuickest
1 geoSegmentShortest
Note you set this for each item in the waypoint collection.
Calv1ns
How do I gain access to the Route.Waypoint.Object? Through VB or VC++? Is it a COM object in Visual STudio?
Thanks,
nitin
Any programming environment that will allow you to reference the MapPoint Controls. VB, C++, Visual Studio all work.
Calv1ns
There are currently 1 users browsing this thread. (0 members and 1 guests)