This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMRouter Interface > ISMRouter.TripPlanSettings Property (ArcObjects .NET 10.5 SDK) |
The trip planning settings used by the router object.
[Visual Basic .NET] Public ReadOnly Property TripPlanSettings As SMTripPlanSettings
[C#] public SMTripPlanSettings TripPlanSettings {get;}
[C++]
HRESULT get_TripPlanSettings(
ISMTripPlanSettings** pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type ISMTripPlanSettings
Returns the trip planning settings interface of the router object.