com.esri.arcgis.arcmapui
Interface IRelateData2

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

public interface IRelateData2
extends java.io.Serializable

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

Description: 'Provides access to members that join a feature class or a table to a layer/standalone table in ArcMap.' 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 IID8aa8974b_a74f_48f4_8308_42f799080238
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRelationshipClass doModal(int parentWindow)
          Shows modal window.
 void setApplicationByRef(java.lang.Object rhs1)
          The application to which this window belongs (Optional).
 void setLayerByRef(ILayer rhs1)
          Primary layer to relate from (removes standalone table setting).
 void setRelateOriginByRef(java.lang.Object rhs1)
          Primary layer to join from.
 void setStandaloneTableByRef(IStandaloneTable rhs1)
          Primary table to relate from (removes layer setting).
 

Field Detail

IID8aa8974b_a74f_48f4_8308_42f799080238

static final int IID8aa8974b_a74f_48f4_8308_42f799080238
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.

setApplicationByRef

void setApplicationByRef(java.lang.Object rhs1)
                         throws java.io.IOException,
                                AutomationException
The application to which this window belongs (Optional).

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

setLayerByRef

void setLayerByRef(ILayer rhs1)
                   throws java.io.IOException,
                          AutomationException
Primary layer to relate from (removes standalone table setting).

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStandaloneTableByRef

void setStandaloneTableByRef(IStandaloneTable rhs1)
                             throws java.io.IOException,
                                    AutomationException
Primary table to relate from (removes layer setting).

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.