com.esri.arcgis.geoprocessing
Interface IGPToolbox3

All Superinterfaces:
IGPToolbox2, java.io.Serializable
All Known Implementing Classes:
IGPToolbox3Proxy

public interface IGPToolbox3
extends IGPToolbox2, java.io.Serializable

COM Interface 'IGPToolbox3'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to methods on the 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 IID6a0904b7_5705_4ab6_a6cd_652d9d0c9e8d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPToolbox2
IID2feacd0b_9351_4c88_b424_c39f1dbf3230
 
Method Summary
 java.lang.String getDescription()
          The description of the toolbox.
 void setDescription(java.lang.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
 

Field Detail

IID6a0904b7_5705_4ab6_a6cd_652d9d0c9e8d

static final int IID6a0904b7_5705_4ab6_a6cd_652d9d0c9e8d
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

getDescription

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

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

setDescription

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

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