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


IGeoProcessor.ListToolboxes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor Interface > IGeoProcessor.ListToolboxes Method
ArcGIS Developer Help

IGeoProcessor.ListToolboxes Method

Return the list of toolboxes within the current Geoprocessing session.

[Visual Basic .NET]
Public Function ListToolboxes ( _
    ByVal wildCard As String _
) As IGpEnumList
[C#]
public IGpEnumList ListToolboxes (
    string wildCard
);
[C++]
HRESULT ListToolboxes(
  BSTR wildCard
);
[C++]
Parameters
wildCard [in]

wildCard is a parameter of type BSTR

Product Availability

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

See Also

IGeoProcessor Interface