ProductInfo

この ArcGIS 2.7 ドキュメントはアーカイブされており、今後更新されません。 コンテンツとリンクが古い場合があります。 最新のドキュメントをご参照ください

概要

Returns the current product license.

構文

ProductInfo ()
戻り値
データ タイプ説明
String
  • NotInitializedNo license set
  • ArcViewArcGIS Desktop Basic product license set
  • ArcEditorArcGIS Desktop Standard product license set
  • ArcInfoArcGIS Desktop Advanced 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

print(arcpy.ProductInfo()) # prints ArcView

関連トピック