Provides access to methods on the toolbox workspace object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
CreateToolbox | Creates a new toolbox in the workspace. | |
DeleteToolbox | Deletes a toolbox from the workspace. | |
OpenToolbox | Opens an existing toolbox in the workspace. | |
Toolboxes | An enumeration of toolbox objects contained in the workspace. | |
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.