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


INASolverSettings3.ApplyTravelMode Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INASolverSettings3.ApplyTravelMode Method

Applies the solver settings that are in the given travel mode instance.

[Visual Basic .NET]
Public Sub ApplyTravelMode ( _
    ByVal Context As INAContext, _
    ByVal TravelMode As INetworkTravelMode _
)
[C#]
public void ApplyTravelMode (
    INAContext Context,
    INetworkTravelMode TravelMode
);
[C++]
HRESULT ApplyTravelMode(
  INAContext* Context,
  INetworkTravelMode* TravelMode
);
[C++]

Parameters Context [in]
Context is a parameter of type INAContext TravelMode [in]
TravelMode is a parameter of type INetworkTravelMode

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

INASolverSettings3 Interface