com.esri.arcgis.geodatabase
Interface IEnumGPValue

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumGPValueProxy

public interface IEnumGPValue
extends Serializable

Provides access to members of a GPValue Enumeration.

Product Availability

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


Method Summary
 IGPValue next()
          Provides the next value object in the enumeration.
 void reset()
          Resets the enumerator such that a subsequent next returns the first value object.
 

Method Detail

next

IGPValue next()
              throws IOException,
                     AutomationException
Provides the next value object in the enumeration.

Product Availability

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

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

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumerator such that a subsequent next returns the first value object.

Product Availability

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

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