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


INAServerNetworkDirections.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 > INAServerNetworkDirections Interface > INAServerNetworkDirections.SupportedLanguages Property
ArcGIS Developer Help

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