|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicElementRelation
Provides access to members that control the schematic element relations defined within a container (that is, within a schematic dataset).
Method Summary | |
---|---|
IEnumSchematicElement |
getChildren(ISchematicDiagram diagram)
Children of the schematic element within a diagram. |
ISchematicElement |
getParent()
Parent of the schematic element within the container. |
void |
setParentByRef(ISchematicElement parent)
Parent of the schematic element within the container. |
Method Detail |
---|
ISchematicElement getParent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParentByRef(ISchematicElement parent) throws IOException, AutomationException
parent
- A reference to a com.esri.arcgis.schematic.ISchematicElement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumSchematicElement getChildren(ISchematicDiagram diagram) throws IOException, AutomationException
diagram
- A reference to a com.esri.arcgis.schematic.ISchematicDiagram (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 |