ProductInfo

Resumen

Returns the current product license.

Sintaxis

ProductInfo ()
Valor de retorno
Tipo de datosExplicación
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

Ejemplo de código

ProductInfo example

Returns the current product license.

import arcview
import arcpy

# Prints ArcView
#
print arcpy.ProductInfo()

Temas relacionados


7/10/2012