com.esri.arcgis.schematic
Interface ISchematicInMemoryDiagramContainer

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicInMemoryDiagramContainerProxy, SchematicDiagramClass

public interface ISchematicInMemoryDiagramContainer
extends Serializable

Provides access to members that manage the schematic in memory diagram container.

Product Availability

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


Method Summary
 ISchematicInMemoryDiagram getSchematicInMemoryDiagram(String name)
          Schematic in memory diagram referenced by the specified Name.
 IEnumSchematicInMemoryDiagram getSchematicInMemoryDiagrams()
          Schematic in memory diagrams enumeration within the schematic diagram container.
 

Method Detail

getSchematicInMemoryDiagrams

IEnumSchematicInMemoryDiagram getSchematicInMemoryDiagrams()
                                                           throws IOException,
                                                                  AutomationException
Schematic in memory diagrams enumeration within the schematic diagram container.

Product Availability

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

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

getSchematicInMemoryDiagram

ISchematicInMemoryDiagram getSchematicInMemoryDiagram(String name)
                                                      throws IOException,
                                                             AutomationException
Schematic in memory diagram referenced by the specified Name.

Product Availability

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

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