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


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

INAStreetDirectionsAgent3.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

INAStreetDirectionsAgent3 Interface