ListInstallations
Resumen
Returns a list of installation types.
Sintaxis
ListInstallations()
Valor de retorno
| Tipo de datos | Explicación |
|---|---|
|
String |
Returns a list containing installation names.
|
Muestra de código
ListInstallations example
Get the installation type.
import arcpy
print(arcpy.ListInstallations()[0])