サマリー
Returns a dictionary that contains information about a package file.
構文
GetPackageInfo (input_package)
パラメーター | 説明 | データ タイプ |
input_package | The path to the package file. | String |
データ タイプ | 説明 | ||||||||||||||||
Dictionary | A dictionary containing the properties of the package file. The dictionary keys are as follows:
|
コードのサンプル
Returns information about a package.
import arcpy
import pprint
pprint.pprint(arcpy.GetPackageInfo("c:/packages/maps/Leith.mpkx"))