ProductInfo (arcpy)

Resumen

Returns the current product license.

Sintaxis

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

Ejemplo de código

ProductInfo example

Returns the current product license.

import arcview
import arcpy

print(arcpy.ProductInfo()) # prints ArcView

Temas relacionados

4/26/2014