ArcObjects Library Reference (NetworkAnalyst)  

INACompactStreetDirectionsAgent2.SupportedLanguages Property

The collection of languages supported by the agent.

[Visual Basic .NET]
Public ReadOnly Property SupportedLanguages As IStringArray
[C#]
public IStringArray SupportedLanguages {get;}
[C++]
HRESULT get_SupportedLanguages(
  IStringArray** ppLanguages
);
[C++]

Parameters

ppLanguages [out, retval]

  ppLanguages is a parameter of type IStringArray

Product Availability

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

Remarks

Returns a string array of the supported languages for which this directions agent has been localized. The configuration files associated with street directions can be found in <install directory>\NetworkAnalyst\Directions.

See Also

INACompactStreetDirectionsAgent2 Interface