com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureClassContainer

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureClassContainerProxy, SchematicInMemoryDiagram

public interface ISchematicInMemoryFeatureClassContainer
extends Serializable

Provides access to members that manage the list of in memory feature classes.

Product Availability

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


Method Summary
 ISchematicInMemoryFeatureClass getSchematicInMemoryFeatureClass(ISchematicElementClass schematicElementClass)
          Finds the in memory feature classes corresponding to a schematic element class.
 IEnumSchematicInMemoryFeatureClass getSchematicInMemoryFeatureClasses()
          Enumeration of in memory feature classes.
 

Method Detail

getSchematicInMemoryFeatureClasses

IEnumSchematicInMemoryFeatureClass getSchematicInMemoryFeatureClasses()
                                                                      throws IOException,
                                                                             AutomationException
Enumeration of in memory feature classes.

Product Availability

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

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

getSchematicInMemoryFeatureClass

ISchematicInMemoryFeatureClass getSchematicInMemoryFeatureClass(ISchematicElementClass schematicElementClass)
                                                                throws IOException,
                                                                       AutomationException
Finds the in memory feature classes corresponding to a schematic element class.

Product Availability

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

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