com.esri.arcgis.catalog
Interface IEnumGxObjectFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumGxObjectFactoryProxy

public interface IEnumGxObjectFactory
extends Serializable

Provides access to members that enumerate through GxObject factories.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IGxObjectFactory next()
          The next factory.
 void reset()
          Starts the enumeration at the beginning.
 

Method Detail

next

IGxObjectFactory next()
                      throws IOException,
                             AutomationException
The next factory.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.catalog.IGxObjectFactory
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.