This document is archived and information here might be outdated.  Recommended version.


IToolboxWorkspace Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IT > IToolboxWorkspace Interface
ArcGIS Developer Help

IToolboxWorkspace Interface

Provides access to methods on the toolbox workspace object.

Product Availability

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

Members

Name 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.

Classes that implement IToolboxWorkspace

Classes Description

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.