ProductInfo

サマリ

Returns the current product license.

構文

ProductInfo ()
リターン
データ タイプ説明
String
  • NotInitializedNo license set
  • ArcViewArcView product license set
  • ArcEditorArcEditor product license set
  • ArcInfoArcInfo product license set
  • EngineEngine runtime license set
  • EngineGeoDBEngine Geodatabase Update license set
  • ArcServerServer license set

コードのサンプル

ProductInfo example

Returns the current product license.

import arcview
import arcpy

# Prints ArcView
#
print arcpy.ProductInfo()

関連項目


7/10/2012