ListInstallations

Resumen

Returns a list of installation types.

Sintaxis

ListInstallations ()
Valor de retorno
Tipo de datosExplicación
String

Returns a list containing installation names.

  • serverArcGIS Server
  • desktopArcGIS Desktop
  • engineArcGIS Engine
  • arcgisproArcGIS Pro

Muestra de código

ListInstallations example

Get the installation type.

import arcpy

print(arcpy.ListInstallations()[0])

Temas relacionados


En este tema