ListInstallations

AllSource 1.3    |

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 AllSource

Codebeispiel

ListInstallations example

Get the installation type.

import arcpy

print(arcpy.ListInstallations()[0])

Verwandte Themen


In diesem Thema