com.esri.arcgis.arcmapui
Interface IRelateData

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRelateDataProxy, RelateData

public interface IRelateData
extends java.io.Serializable

COM Interface 'IRelateData'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that relate a class or a table to a layer.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2cbd0a81_fe89_11d3_adf8_00c04fa33a15
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRelationshipClass doModal(int parentWindow)
          Shows modal window.
 void setRelateOriginByRef(java.lang.Object rhs1)
          Primary layer to join from.
 

Field Detail

IID2cbd0a81_fe89_11d3_adf8_00c04fa33a15

static final int IID2cbd0a81_fe89_11d3_adf8_00c04fa33a15
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setRelateOriginByRef

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

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

doModal

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

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