ProductInfo (arcpy)
Summary
Returns the current product license.
Syntax
ProductInfo ()
Data Type | Explanation |
String |
|
Code Sample
ProductInfo example
Returns the current product license.
import arcview
import arcpy
print(arcpy.ProductInfo()) # prints ArcView
Related Topics
6/21/2013