Resumen
Returns a dictionary that contains information about a package file.
Sintaxis
GetPackageInfo (input_package)
Parámetro | Explicación | Tipo de datos |
input_package | The path to the package file. | String |
Tipo de datos | Explicación | ||||||||||||||||
Dictionary | A dictionary containing the properties of the package file. The dictionary keys are as follows:
|
Muestra de código
Returns information about a package.
import arcpy
import pprint
pprint.pprint(arcpy.GetPackageInfo("c:/packages/maps/Leith.mpkx"))