概要
The GetPackageInfo function returns a dictionary of package information.
構文
GetPackageInfo (input_package)
パラメーター | 説明 | データ タイプ |
input_package | The path to the package file. | String |
戻り値
データ タイプ | 説明 | ||||||||||||||||
Dictionary | Returns a dictionary of key-value pairs.
|
コードのサンプル
Returns information about a package.
import arcpy
import pprint
pprint.pprint(arcpy.GetPackageInfo("c:/packages/maps/Leith.mpk"))