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


IToolboxWorkspace.Toolboxes Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IToolboxWorkspace.Toolboxes Property

An enumeration of toolbox objects contained in the workspace.

[Visual Basic .NET]
Public ReadOnly Property Toolboxes As IEnumGPToolbox
[C#]
public IEnumGPToolbox Toolboxes {get;}
[C++]
HRESULT get_Toolboxes(
  IEnumGPToolbox** Toolboxes
);
[C++]

Parameters Toolboxes [out, retval]
Toolboxes is a parameter of type IEnumGPToolbox

Product Availability

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

See Also

IToolboxWorkspace Interface