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