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


INAServerVRPParams.DirectionsLanguage Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPParams.DirectionsLanguage Property

Language to use when computing directions.

[Visual Basic .NET]
Public Property DirectionsLanguage As String
[C#]
public string DirectionsLanguage {get; set;}
[C++]
HRESULT get_DirectionsLanguage(
  BSTR DirectionsLanguage
);
[C++]
HRESULT put_DirectionsLanguage(
  System.String* DirectionsLanguage
);
[C++]

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

Product Availability

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

See Also

INAServerVRPParams Interface