com.esri.arcgis.geoprocessing
Interface IGPCustomToolHelper

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGPCustomToolHelperProxy

public interface IGPCustomToolHelper
extends Serializable

Provides access to methods on a custom tool helper object.

Product Availability

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


Method Summary
 IGPCustomTool getCustomTool()
          The custom tool object associated with the helper object.
 

Method Detail

getCustomTool

IGPCustomTool getCustomTool()
                            throws IOException,
                                   AutomationException
The custom tool object associated with the helper object.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPCustomTool
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.