com.esri.arcgis.arcmapui
Interface IJoinData

All Superinterfaces:
Serializable
All Known Implementing Classes:
JoinData

public interface IJoinData
extends Serializable

Provides access to members that join a feature class or a table to a layer/standalone table in ArcMap.

Superseded By

IJoinData2

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void doModal(int parentWindow)
          Shows modal window.
 void setApplicationByRef(Object rhs1)
          The application to which this window belongs (Optional).
 void setLayerByRef(ILayer rhs1)
          Primary layer to join from (removes standalone table setting).
 void updateUIControls()
          Updates all UI controls (used internally only).
 

Method Detail

setApplicationByRef

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setLayerByRef

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

Product Availability

Available with ArcGIS Desktop.

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

doModal

void 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)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateUIControls

void updateUIControls()
                      throws IOException,
                             AutomationException
Updates all UI controls (used internally only).

Product Availability

Available with ArcGIS Desktop.

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