com.esri.arcgis.catalog
Interface IGxGPToolbox

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxToolbox, GxToolset, IGxGPToolboxProxy

public interface IGxGPToolbox
extends java.io.Serializable

COM Interface 'IGxGPToolbox'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to properties/methods of a catalog toolbox object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0a51d075_7ef9_447b_a78f_96449ff6dfa8
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID0a51d075_7ef9_447b_a78f_96449ff6dfa8

static final int IID0a51d075_7ef9_447b_a78f_96449ff6dfa8
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getToolboxName

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

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

setToolboxNameByRef

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

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

getToolbox

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

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