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


INAServerSolverParams3.TravelMode Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerSolverParams3.TravelMode Property

Specifies the travel mode.

[Visual Basic .NET]
Public Property TravelMode As String
[C#]
public string TravelMode {get; set;}
[C++]
HRESULT get_TravelMode(
  BSTR* Value
);
[C++]
HRESULT put_TravelMode(
  BSTR Value
);
[C++]

Parameters Value [out, retval] Value is a parameter of type BSTR Value [in] Value is a parameter of type BSTR

Product Availability

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

See Also

INAServerSolverParams3 Interface