com.esri.arcgis.schematic
Interface ISchematicLinker

All Superinterfaces:
Serializable
All Known Implementing Classes:
SchematicLinker

public interface ISchematicLinker
extends Serializable

Provides access to members that control the schematic linker.

Product Availability

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


Method Summary
 void loadSchematicAssociations(ISchematicDiagram diagram)
          Loads the schematic associations for the specified schematic diagram in memory.
 

Method Detail

loadSchematicAssociations

void loadSchematicAssociations(ISchematicDiagram diagram)
                               throws IOException,
                                      AutomationException
Loads the schematic associations for the specified schematic diagram in memory.

Product Availability

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

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