ProductInfo
Summary
Returns the current product license.
Syntax
ProductInfo()
Return value
| Data Type | Explanation |
|---|---|
|
String |
|
Code sample
ProductInfo example
Returns the current product license.
import arcpy
print(arcpy.ProductInfo())