|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRelateData2
Provides access to members that join a feature class or a table to a layer/standalone table in ArcMap.
| Method Summary | |
|---|---|
IRelationshipClass |
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 relate from (removes standalone table setting). |
void |
setRelateOriginByRef(Object rhs1)
Primary layer to join from. |
void |
setStandaloneTableByRef(IStandaloneTable rhs1)
Primary table to relate from (removes layer setting). |
| Method Detail |
|---|
void setRelateOriginByRef(Object rhs1)
throws IOException,
AutomationException
rhs1 - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRelationshipClass 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 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 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 | ||||||||