com.esri.arcgis.arcmapui
Interface IRelateData

All Superinterfaces:
Serializable
All Known Implementing Classes:
RelateData

public interface IRelateData
extends Serializable

Provides access to members that relate a class or a table to a layer.

Superseded By

IRelateData2

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IRelationshipClass doModal(int parentWindow)
          Shows modal window.
 void setRelateOriginByRef(Object rhs1)
          Primary layer to join from.
 

Method Detail

setRelateOriginByRef

void setRelateOriginByRef(Object rhs1)
                          throws IOException,
                                 AutomationException
Primary layer to join from.

Product Availability

Available with ArcGIS Desktop.

Parameters:
rhs1 - A reference to another Object (IUnknown) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

IRelationshipClass doModal(int parentWindow)
                           throws IOException,
                                  AutomationException
Shows modal window.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
parentWindow - The parentWindow (A COM typedef) (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRelationshipClass
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.