ArcObjects Library Reference (Geoprocessing)  

IToolboxWorkspace Interface

Provides access to methods on the toolbox workspace object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method CreateToolbox Creates a new toolbox in the workspace.
Method DeleteToolbox Deletes a toolbox from the workspace.
Method OpenToolbox Opens an existing toolbox in the workspace.
Read-only property Toolboxes An enumeration of toolbox objects contained in the workspace.
Read-only property ToolboxNames An enumeration of toolbox name objects contained in the workspace.

Remarks

A Workspace is a container of spatial and nonspatial datasets such as feature classes, raster datasets, tables and toolboxes. It provides methods to instantiate existing datasets and to create new datasets. Workspaces are classified into types specified by the esriWorkspaceType enumerator: esriFileSystemWorksapce, esriLocalDatabaseWorkspace, and esriRemoteDatabaseWorkspace.

A toolbox workspace can be either an esriFileSystemWorkspace, an esriLocalDatabaseWorkspace, or an esriRemoteDatabaseWorkspace. Toolboxes can exist in a folder, a personal geodatabase, a file geodatabase, or an enterprise geodatabase.

See also IWorkspace.