com.esri.arcgis.geodatabase
Interface IEnumGPName

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumGPName

public interface IEnumGPName
extends Serializable

Provides access to a GPName Enumeration.

Product Availability

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


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

Method Detail

next

IGPName next()
             throws IOException,
                    AutomationException
Provides the next name object in the enumeration.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.geodatabase.IGPName
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 name 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.