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


IGPToolbox.Tools Property (ArcObjects .NET 10.4 SDK)
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