com.esri.arcgis.geoprocessing
Interface IEnumGPTool

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumGPToolProxy

public interface IEnumGPTool
extends Serializable

Provides access to methods on a geoprocessing tool enumeration object.

Product Availability

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


Method Summary
 IGPTool next()
          Returns the next tool in the enumeration.
 void reset()
          Resets the current position of the enumeration.
 

Method Detail

next

IGPTool next()
             throws IOException,
                    AutomationException
Returns the next tool in the enumeration.

Product Availability

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

Supported Platforms

Windows

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

reset

void reset()
           throws IOException,
                  AutomationException
Resets the current position of the enumeration.

Product Availability

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

Supported Platforms

Windows

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