com.esri.arcgis.schematic
Interface ISchematicElementRelation

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicElementRelationProxy, SchematicLink, SchematicNode, SchematicNodeOnLink, SchematicSubLink

public interface ISchematicElementRelation
extends Serializable

Provides access to members that control the schematic element relations defined within a container (that is, within a schematic dataset).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getParent

ISchematicElement getParent()
                            throws IOException,
                                   AutomationException
Parent of the schematic element within the container.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.schematic.ISchematicElement
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParentByRef

void setParentByRef(ISchematicElement parent)
                    throws IOException,
                           AutomationException
Parent of the schematic element within the container.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
parent - A reference to a com.esri.arcgis.schematic.ISchematicElement (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getChildren

IEnumSchematicElement getChildren(ISchematicDiagram diagram)
                                  throws IOException,
                                         AutomationException
Children of the schematic element within a diagram.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
diagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in)
Returns:
A reference to a com.esri.arcgis.schematic.IEnumSchematicElement
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.