com.esri.arcgis.geodatabase
Interface IGPSystemToolboxLocation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGPSystemToolboxLocationProxy

public interface IGPSystemToolboxLocation
extends java.io.Serializable

COM Interface 'IGPSystemToolboxLocation'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provide access to the system toolbox location 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 IIDcad53770_a929_4ef5_888c_fdb802350d3e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getPathName()
          Path of the additional system toolbox of GP tools.
 void setPathName(java.lang.String pathName)
          Path of the additional system toolbox of GP tools.
 

Field Detail

IIDcad53770_a929_4ef5_888c_fdb802350d3e

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

setPathName

void setPathName(java.lang.String pathName)
                 throws java.io.IOException,
                        AutomationException
Path of the additional system toolbox of GP tools.

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

getPathName

java.lang.String getPathName()
                             throws java.io.IOException,
                                    AutomationException
Path of the additional system toolbox of GP tools.

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