com.esri.arcgis.geoprocessing
Interface IEnumGPDataType

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumGPDataTypeProxy

public interface IEnumGPDataType
extends Serializable

Provides access to enumeric GPDataType.

Product Availability

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


Method Summary
 IGPDataType next()
          Returns the next GPDataType in the enumeric object.
 void reset()
          Resets the enumeric object.
 

Method Detail

next

IGPDataType next()
                 throws IOException,
                        AutomationException
Returns the next GPDataType in the enumeric object.

Product Availability

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

Supported Platforms

Windows

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

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumeric object.

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.