|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicRelationControllerEdit
Provides access to members that manage the schematic relation controller editing.
ISchematicRelationController,
ISchematicRelationControllerTool| Method Summary | |
|---|---|
void |
createRelation(INgElement child,
INgElement parent)
Creates a schematic relation between the specified child graphic element and the specified parent graphic element in memory. |
void |
deleteRelation(INgElement child)
Deletes the schematic relation defined for the specified child graphic element. |
| Method Detail |
|---|
void createRelation(INgElement child,
INgElement parent)
throws IOException,
AutomationException
child - A reference to a com.esri.arcgis.schematic.INgElement (in)parent - 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 deleteRelation(INgElement child)
throws IOException,
AutomationException
child - A reference to a com.esri.arcgis.schematic.INgElement (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 | ||||||||