ProductInfo (arcpy)

Zusammenfassung

Returns the current product license.

Syntax

ProductInfo ()
Rückgabewert
DatentypErläuterung
String
  • NotInitializedNo license set
  • ArcViewArcGIS for Desktop Basic product license set
  • ArcEditorArcGIS for Desktop Standard product license set
  • ArcInfoArcGIS for Desktop Advanced product license set
  • EngineEngine runtime license set
  • EngineGeoDBEngine Geodatabase Update license set
  • ArcServerServer license set

Codebeispiel

ProductInfo example

Returns the current product license.

import arcview
import arcpy

# Prints ArcView
#
print arcpy.ProductInfo()

Verwandte Themen

9/11/2013