|
Nice,
I have another problem. I cant adjust the preferred arrival and departure times of a waypoint. I always get the message "Access Denied" (also posted here) I tried with a IEnumerator, foreach,... Only with the get_Item() I dont know what object I need to give.
The example in msdn is something like Control.ActiveMap.ActiveRoute.Waypoints(.Items??? not sure).Prefered... = time;
If I do it this way it wont work in C#. |