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


INACompactStreetDirectionsAgent.Language Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INACompactStreetDirectionsAgent Interface > INACompactStreetDirectionsAgent.Language Property
ArcGIS Developer Help

INACompactStreetDirectionsAgent.Language Property

Language to use when generating directions.

[Visual Basic .NET]
Public Property Language As String
[C#]
public string Language {get; set;}
[C++]
HRESULT get_Language(
  System.String* strLanguage
);
[C++]
HRESULT put_Language(
  BSTR strLanguage
);
[C++]
Parameters
strLanguage [out, retval]

strLanguage is a parameter of type BSTR* strLanguage [in]
strLanguage is a parameter of type BSTR

Product Availability

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

Remarks

Specifies the Language you want to see the directions in.

This requires that you know which languages are supported by your directions configuration files.

See Also

INACompactStreetDirectionsAgent Interface