com.esri.arcgis.geodatabase
Interface IGPSystemToolboxLocation

All Superinterfaces:
Serializable

public interface IGPSystemToolboxLocation
extends Serializable

Provide access to the system toolbox location object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getPathName()
          Path of the additional system toolbox of GP tools.
 void setPathName(String pathName)
          Path of the additional system toolbox of GP tools.
 

Method Detail

setPathName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getPathName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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