|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJoinData2
Provides access to members that join a feature class or a table to a layer/standalone table in ArcMap.
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 |
setStandaloneTableByRef(IStandaloneTable rhs1)
Primary table to join from (removes layer setting). |
void |
updateUIControls()
Updates all UI controls (used internally only). |
Method Detail |
---|
void setApplicationByRef(Object rhs1) throws IOException, AutomationException
rhs1
- A reference to another Automation Object (IDispatch) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerByRef(ILayer rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void doModal(int parentWindow) throws IOException, AutomationException
parentWindow
- The parentWindow (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateUIControls() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStandaloneTableByRef(IStandaloneTable rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |