ArcObjects Library Reference (Geoprocessing)  

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