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