Skip to main content

ProductInfo

Zusammenfassung

Returns the current product license.

Syntax

ProductInfo()

Rückgabewert

Datentyp Erläuterung

String

  • NotInitialized—No license set

  • ArcView—ArcGIS Desktop Basic product license set

  • ArcEditor—ArcGIS Desktop Standard product license set

  • ArcInfo—ArcGIS Desktop Advanced product license set

  • Engine—Engine runtime license set

  • EngineGeoDB—Engine Geodatabase Update license set

  • ArcServer—Server license set

Codebeispiel

ProductInfo example

Returns the current product license.

import arcpy

print(arcpy.ProductInfo())