|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicObjectLinkerEdit
Provides access to members that control the schematic linker edition; that is, the edition of the associations between objects and graphic elements.
| Method Summary | |
|---|---|
void |
associate(INgElement ngElement,
IObject object)
Associates the specified graphic element with the specified object. |
void |
dissociate(INgElement ngElement,
IObject object)
Dissociate the specified graphic element with the specified object. |
void |
reportAssociations(INgElement fromNgElement,
INgElement toNgElement)
Reports the associations defined for the specified 'FromNgElement' graphic element onto the specified 'ToNgElement' graphic element. |
| Method Detail |
|---|
void reportAssociations(INgElement fromNgElement,
INgElement toNgElement)
throws IOException,
AutomationException
fromNgElement - A reference to a com.esri.arcgis.schematic.INgElement (in)toNgElement - A reference to a com.esri.arcgis.schematic.INgElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void associate(INgElement ngElement,
IObject object)
throws IOException,
AutomationException
ngElement - A reference to a com.esri.arcgis.schematic.INgElement (in)object - A reference to a com.esri.arcgis.geodatabase.IObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void dissociate(INgElement ngElement,
IObject object)
throws IOException,
AutomationException
ngElement - A reference to a com.esri.arcgis.schematic.INgElement (in)object - A reference to a com.esri.arcgis.geodatabase.IObject (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 | ||||||||