ListInstallations

Diese ArcGIS 3.1-Dokumentation wurde archiviert und wird nicht mehr aktualisiert. Inhalt und Links sind möglicherweise veraltet. Verwenden Sie die aktuelle Dokumentation.

Zusammenfassung

Returns a list of installation types.

Syntax

ListInstallations ()
Rückgabewert
DatentypErläuterung
String

Returns a list containing installation names.

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

Codebeispiel

ListInstallations example

Get the installation type.

import arcpy

print(arcpy.ListInstallations()[0])

Verwandte Themen


In diesem Thema