com.esri.arcgis.geoprocessing
Interface IGPToolbox3

All Superinterfaces:
IGPToolbox2, Serializable

public interface IGPToolbox3
extends IGPToolbox2, Serializable

Provides access to methods on the toolbox object.

Product Availability

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


Method Summary
 String getDescription()
          The description of the toolbox.
 void setDescription(String toolboxDesc)
          The description of the toolbox.
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPToolbox2
alterAlias, alterDisplayName, alterHelpInfo, canAlterDisplayName, canCreateTool, createTool, getAlias, getDisplayName, getHelpContext, getHelpFile, getPathName, getToolNames, getTools, isDeleted, openTool
 

Method Detail

getDescription

String getDescription()
                      throws IOException,
                             AutomationException
The description of the toolbox.

Product Availability

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

Returns:
The toolboxDesc
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

void setDescription(String toolboxDesc)
                    throws IOException,
                           AutomationException
The description of the toolbox.

Product Availability

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

Parameters:
toolboxDesc - The toolboxDesc (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.