com.esri.arcgis.geodatabase
Interface IEnumRelationship

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumRelationshipProxy

public interface IEnumRelationship
extends Serializable

Provides access to members that enumerate relationships.

Product Availability

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


Method Summary
 IRelationship next()
          Retrieves the next relationship in the enumeration sequence.
 void reset()
          Resets enumeration sequence to the beginning.
 

Method Detail

next

IRelationship next()
                   throws IOException,
                          AutomationException
Retrieves the next relationship in the enumeration sequence.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

reset

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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