Synthèse
Removes the specified toolbox, either by specifying its path or referencing its alias. Removes the specified toolbox from the current geoprocessing session. Server toolboxes can also be removed using a semicolon delimiter.
Discussion
Attention :
RemoveToolbox only removes tools from the underlying geoprocessor object; tools are not directly removed from ArcPy.
Syntaxe
RemoveToolbox (toolbox)
Paramètre | Explication | Type de données |
toolbox | The name of the toolbox, including either path or alias, to be removed from the current geoprocessing session. The name/path or alias should be placed in a double-quoted string. Server toolboxes can be removed using a semicolon delimiter.
| String |
Exemple de code
Removes the specified toolbox from access by current geoprocessing session.
import arcpy
# Remove a toolbox from session
arcpy.RemoveToolbox("c:/mytoolboxes/operations.tbx")
Rubriques connexes
Vous avez un commentaire à formuler concernant cette rubrique ?