com.esri.arcgis.geoprocessing
Interface IGPToolboxName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPToolboxName, IGPToolboxNameProxy

public interface IGPToolboxName
extends java.io.Serializable

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

Description: 'Provides access to methods on a toolbox name 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 IID83a52de6_383a_4f93_8d9d_4354d948ebb1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getPathName()
          The path name of the toolbox.
 

Field Detail

IID83a52de6_383a_4f93_8d9d_4354d948ebb1

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

getPathName

java.lang.String getPathName()
                             throws java.io.IOException,
                                    AutomationException
The path name of the toolbox.

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