This document is archived and information here might be outdated.  Recommended version.


ISMTripPlanSettings.TripPlanningEnable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMTripPlanSettings Interface > ISMTripPlanSettings.TripPlanningEnable Property
ArcGIS Developer Help

ISMTripPlanSettings.TripPlanningEnable Property

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(
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Reads the value which enables trip planning during the route finding.

Remarks

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.

See Also

ISMTripPlanSettings Interface