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
# Prints ArcView
#
print arcpy.ProductInfo()
Verwandte Themen
9/11/2013