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


ISMRouter.TripPlanSettings Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMRouter.TripPlanSettings Property

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

Product Availability

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

Description

Returns the trip planning settings interface of the router object.

See Also

ISMRouter Interface