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


IGPToolName.ToolboxName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolName.ToolboxName Property

The toolbox name of the tool name.

[Visual Basic .NET]
Public Property ToolboxName As IGPToolboxName
[C#]
public IGPToolboxName ToolboxName {get; set;}
[C++]
HRESULT get_ToolboxName(
  IGPToolboxName** ToolboxName
);
[C++]
HRESULT putref_ToolboxName(
  IGPToolboxName* ToolboxName
);
[C++]

Parameters ToolboxName [out, retval]
ToolboxName is a parameter of type IGPToolboxName ToolboxName [in]
ToolboxName is a parameter of type IGPToolboxName

Product Availability

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

See Also

IGPToolName Interface