ListInstallations

Zusammenfassung

The ListInstallations function returns a list of installation types (server, desktop, engine, arcgispro).

Syntax

ListInstallations ()
Rückgabewert
DatentypErläuterung
String

Returns a list containing installation names.

Codebeispiel

ListInstallations example

Returns the installation type.

import arcpy

print(arcpy.ListInstallations()[0])

Verwandte Themen


In diesem Thema