Zusammenfassung
Returns the current product license.
Syntax
ProductInfo ()
Datentyp | Erklärung |
String |
|
Codebeispiel
Returns the current product license.
import arcview
import arcpy
print(arcpy.ProductInfo()) # prints ArcView
Returns the current product license.
ProductInfo ()
Datentyp | Erklärung |
String |
|
Returns the current product license.
import arcview
import arcpy
print(arcpy.ProductInfo()) # prints ArcView