This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolName Interface > IGPToolName.ToolboxName Property (ArcObjects .NET 10.4 SDK) |
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