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