This document is archived and information here might be outdated. Recommended version. |
Indicates whether trip planning is enabled.
[Visual Basic .NET]
Public Property TripPlanningEnable As Boolean
[C#]
public bool TripPlanningEnable {get; set;}
[C++]
HRESULT get_TripPlanningEnable(
void
);
[C++]
HRESULT put_TripPlanningEnable(
);
Reads the value which enables trip planning during the route finding.
If TripPlanningEnable is set to True then router finds the route and generates directions using all settings made in ISMTripPlanSettings interface. Otherwise no trip planning is performed.