com.esri.arcgis.geodatabase
Interface ISimpleRelationshipChanges

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISimpleRelationshipChangesProxy

public interface ISimpleRelationshipChanges
extends Serializable

Provides access to members that control simple relationship changes.

Product Availability

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


Method Summary
 Object getOldOriginKey()
          The old origin key.
 

Method Detail

getOldOriginKey

Object getOldOriginKey()
                       throws IOException,
                              AutomationException
The old origin key.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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