ProductInfo
Résumé
Returns the current product license.
Syntaxe
ProductInfo()
Valeur de retour
| Type de données | Explication |
|---|---|
|
String |
|
Exemple de code
ProductInfo example
Returns the current product license.
import arcpy
print(arcpy.ProductInfo())