ProductInfo

Récapitulatif

Returns the current product license.

Syntaxe

ProductInfo ()
Valeur renvoyée
Type de donnéesExplication
String
  • NotInitializedNo license set
  • ArcViewArcView product license set
  • ArcEditorArcEditor product license set
  • ArcInfoArcInfo product license set
  • EngineEngine runtime license set
  • EngineGeoDBEngine Geodatabase Update license set
  • ArcServerServer license set

Exemple de code

ProductInfo example

Returns the current product license.

import arcview
import arcpy

# Prints ArcView
#
print arcpy.ProductInfo()

Rubriques connexes


7/10/2012