ProductInfo

サマリ

Returns the current product license.

構文

ProductInfo ()
リターン
データ タイプ説明
String
  • NotInitialized —No license set
  • ArcView —ArcView product license set
  • ArcEditor —ArcEditor product license set
  • ArcInfo —ArcInfo product license set
  • Engine —Engine runtime license set
  • EngineGeoDB —Engine Geodatabase Update license set
  • ArcServer —Server license set

コードのサンプル

ProductInfo example

Returns the current product license.

import arcview
import arcpy

# Prints ArcView
#
print arcpy.ProductInfo()

関連項目


7/10/2012