ArcObjects Library Reference (Geoprocessing)  

IToolboxWorkspace.ToolboxNames Property

An enumeration of toolbox name objects contained in the workspace.

[Visual Basic .NET]
Public ReadOnly Property ToolboxNames As IEnumGPToolboxName
[C#]
public IEnumGPToolboxName ToolboxNames {get;}
[C++]
HRESULT get_ToolboxNames(
  IEnumGPToolboxName** names
);
[C++]

Parameters

names [out, retval]

  names is a parameter of type IEnumGPToolboxName

Product Availability

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

See Also

IToolboxWorkspace Interface