com.esri.arcgis.schematic
Interface ISchematicElementAssociationContainer

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

public interface ISchematicElementAssociationContainer
extends Serializable

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

Product Availability

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


Method Summary
 ISchematicElementAssociation getSchematicElementAssociationByID(int iD)
          Schematic element association referenced by the specified ID.
 IEnumSchematicElementAssociation getSchematicElementAssociations()
          Schematic element associations enumeration within the container.
 

Method Detail

getSchematicElementAssociations

IEnumSchematicElementAssociation getSchematicElementAssociations()
                                                                 throws IOException,
                                                                        AutomationException
Schematic element associations enumeration within the container.

Product Availability

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

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

getSchematicElementAssociationByID

ISchematicElementAssociation getSchematicElementAssociationByID(int iD)
                                                                throws IOException,
                                                                       AutomationException
Schematic element association referenced by the specified ID.

Product Availability

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

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