Synthèse
Returns a dictionary that contains information about a package file.
Syntaxe
GetPackageInfo (input_package)
Paramètre | Explication | Type de données |
input_package | The path to the package file. | String |
Type de données | Explication | ||||||||||||||||
Dictionary | A dictionary containing the properties of the package file. The dictionary keys are as follows:
|
Exemple de code
Returns information about a package.
import arcpy
import pprint
pprint.pprint(arcpy.GetPackageInfo("c:/packages/maps/Leith.mpkx"))
Vous avez un commentaire à formuler concernant cette rubrique ?