ProductInfo
サマリー
Returns the current product license.
構文
ProductInfo()
戻り値
| データ タイプ | 説明 |
|---|---|
|
String |
|
コードのサンプル
ProductInfo example
Returns the current product license.
import arcpy
print(arcpy.ProductInfo())