ProductInfo (arcpy)
Récapitulatif
Returns the current product license.
Syntaxe
ProductInfo ()
Type de données | Explication |
String |
|
Exemple de code
ProductInfo example
Returns the current product license.
import arcview
import arcpy
# Prints ArcView
#
print arcpy.ProductInfo()
Thèmes connexes
9/12/2013