com.esri.arcgis.catalog
Interface IEnumGxObject

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumGxObject, GxObjectArray, IEnumGxObjectProxy

public interface IEnumGxObject
extends Serializable

Provides access to members that enumerate through GxObjects.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IGxObject next()
          The next object.
 void reset()
          Starts the enumeration at the beginning.
 

Method Detail

next

IGxObject next()
               throws IOException,
                      AutomationException
The next object.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

reset

void reset()
           throws IOException,
                  AutomationException
Starts the enumeration at the beginning.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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