ProductInfo (arcpy)
Zusammenfassung
Returns the current product license.
Syntax
ProductInfo ()
Datentyp | Erläuterung |
String |
|
Codebeispiel
ProductInfo example
Returns the current product license.
import arcview
import arcpy
print(arcpy.ProductInfo()) # prints ArcView
Verwandte Themen
4/26/2014