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


INAServerNetworkDirections.SupportedLanguages Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerNetworkDirections.SupportedLanguages Property

Languages supported by the directions engine on the system.

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

Parameters SupportedLanguages [out, retval]
SupportedLanguages is a parameter of type IStringArray

Product Availability

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

Remarks

SupportedLanguages contains list of available directions languages.

See Also

INAServerNetworkDirections Interface