This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStreetDirectionsAgent2 Interface > INAStreetDirectionsAgent2.Language Property (ArcObjects .NET 10.5 SDK) |
Language to use when generating directions.
[Visual Basic .NET] Public Property Language As String
[C#] public string Language {get; set;}
[C++]
HRESULT get_Language(
BSTR* 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
Specifies the Language you want to see the directions in.
This requires that you know which languages are supported by your directions configuration files.