com.esri.arcgis.geoprocessing
Interface IGPToolboxName

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPToolboxName

public interface IGPToolboxName
extends Serializable

Provides access to methods on a toolbox name object.

Product Availability

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


Method Summary
 String getPathName()
          The path name of the toolbox.
 

Method Detail

getPathName

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

Product Availability

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

Supported Platforms

Windows

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