ArcObjects Library Reference (Geoprocessing)  

IGPToolbox.Tools Property

An enumeration of all the geoprocessing tools contained within the toolbox.

[Visual Basic .NET]
Public ReadOnly Property Tools As IEnumGPTool
[C#]
public IEnumGPTool Tools {get;}
[C++]
HRESULT get_Tools(
  IEnumGPTool** Tools
);
[C++]

Parameters

Tools [out, retval]

  Tools is a parameter of type IEnumGPTool

Product Availability

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

See Also

IGPToolbox Interface