ListDirectionsLanguages

AllSource 1.3    |

Zusammenfassung

Returns a list of the languages in which you can generate directions for the routes you create during network analysis.

Syntax

ListDirectionsLanguages ()
Rückgabewert
DatentypErläuterung
String

A list of two- and five-character strings representing the languages available for generating directions. Learn more about directions language codes.

Codebeispiel

ListDirectionsLanguages example

Reads the available languages and stores them in a variable.

import arcpy

# Create a list of directions languages available
languages = arcpy.nax.ListDirectionsLanguages()