|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicRelationControllerTool
Provides access to members that control the schematic relation controller tool.
| Method Summary | |
|---|---|
INgElements |
findChildren(INgElement parent)
Returns the children graphic elements for the specified parent graphic element. |
INgElement |
findParent(INgElement child)
Returns the parent graphic element for the specified child graphic element. |
INgElements |
findParents(INgDiagram diagram)
Returns all the parent graphic elements contained in the specified diagram. |
ISchematicRelationManager |
getSchematicRelationManager(INgElement parent)
Returns the schematic relation manager related to the specified parent graphic element. |
boolean |
isParent(INgElement element)
Indicates if a graphic element is a parent. |
void |
setSchematicRelationManager(INgElement parent,
ISchematicRelationManager relationManager)
Sets the schematic relation manager related to the specified parent graphic element. |
| Method Detail |
|---|
INgElement findParent(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.ISchematicRelationControllerTool.findParents(com.esri.arcgis.schematic.INgDiagram),
ISchematicRelationControllerTool.isParent(com.esri.arcgis.schematic.INgElement)
INgElements findChildren(INgElement parent)
throws IOException,
AutomationException
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.ISchematicRelationControllerTool.findParent(com.esri.arcgis.schematic.INgElement),
ISchematicRelationControllerTool.isParent(com.esri.arcgis.schematic.INgElement)
INgElements findParents(INgDiagram diagram)
throws IOException,
AutomationException
diagram - A reference to a com.esri.arcgis.schematic.INgDiagram (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicRelationControllerTool.findParent(com.esri.arcgis.schematic.INgElement),
ISchematicRelationControllerTool.isParent(com.esri.arcgis.schematic.INgElement)
boolean isParent(INgElement element)
throws IOException,
AutomationException
element - A reference to a com.esri.arcgis.schematic.INgElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicRelationControllerTool.findParent(com.esri.arcgis.schematic.INgElement),
ISchematicRelationControllerTool.findParents(com.esri.arcgis.schematic.INgDiagram)
ISchematicRelationManager getSchematicRelationManager(INgElement parent)
throws IOException,
AutomationException
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.ISchematicRelationControllerTool.setSchematicRelationManager(com.esri.arcgis.schematic.INgElement, com.esri.arcgis.schematic.ISchematicRelationManager)
void setSchematicRelationManager(INgElement parent,
ISchematicRelationManager relationManager)
throws IOException,
AutomationException
parent - A reference to a com.esri.arcgis.schematic.INgElement (in)relationManager - A reference to a com.esri.arcgis.schematic.ISchematicRelationManager (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicRelationControllerTool.getSchematicRelationManager(com.esri.arcgis.schematic.INgElement)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||