com.esri.arcgis.geodatabase
Interface IEnumRelationshipClassInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumRelationshipClassInfoProxy

public interface IEnumRelationshipClassInfo
extends Serializable

Provides access to members that enumerate through the relationship classes.

Product Availability

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


Method Summary
 IRelationshipClassInfo next()
          Retreives the next relationship class in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to the beginning.
 

Method Detail

next

IRelationshipClassInfo next()
                            throws IOException,
                                   AutomationException
Retreives the next relationship class in the enumeration sequence.

Product Availability

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

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

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

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.