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


IGPToolbox.ToolNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolbox Interface > IGPToolbox.ToolNames Property
ArcGIS Developer Help

IGPToolbox.ToolNames Property

An enumeration of all the geoprocessing tool name objects contained within the toolbox.

[Visual Basic .NET]
Public ReadOnly Property ToolNames As IEnumGPToolName
[C#]
public IEnumGPToolName ToolNames {get;}
[C++]
HRESULT get_ToolNames(
  IEnumGPToolName** names
);
[C++]
Parameters
names [out, retval]

names is a parameter of type IEnumGPToolName**

Product Availability

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

See Also

IGPToolbox Interface