com.esri.arcgis.catalog
Interface IGxGPToolbox

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxToolbox, GxToolset

public interface IGxGPToolbox
extends Serializable

Provides access to properties/methods of a catalog toolbox object.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IGPToolbox getToolbox()
          The toolbox object associated with this GxGPToolbox object.
 IGPToolboxName getToolboxName()
          The toolbox name object associated with this GxGPToolbox object.
 void setToolboxNameByRef(IGPToolboxName toolboxName)
          The toolbox name object associated with this GxGPToolbox object.
 

Method Detail

getToolboxName

IGPToolboxName getToolboxName()
                              throws IOException,
                                     AutomationException
The toolbox name object associated with this GxGPToolbox object.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPToolboxName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToolboxNameByRef

void setToolboxNameByRef(IGPToolboxName toolboxName)
                         throws IOException,
                                AutomationException
The toolbox name object associated with this GxGPToolbox object.

Product Availability

Available with ArcGIS Desktop.

Parameters:
toolboxName - A reference to a com.esri.arcgis.geoprocessing.IGPToolboxName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToolbox

IGPToolbox getToolbox()
                      throws IOException,
                             AutomationException
The toolbox object associated with this GxGPToolbox object.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPToolbox
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.