ProductInfo (arcpy)
サマリ
Returns the current product license.
構文
ProductInfo ()
データ タイプ | 説明 |
String |
|
コードのサンプル
ProductInfo example
Returns the current product license.
import arcview
import arcpy
print(arcpy.ProductInfo()) # prints ArcView
関連トピック
4/26/2014