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


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

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