com.esri.arcgis.schematic
Interface ISchematicElementClassContainer

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicElementClassContainerProxy, SchematicDataset, SchematicElementClass

public interface ISchematicElementClassContainer
extends Serializable

Provides access to members that manage the schematic element class container.

Product Availability

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


Method Summary
 ISchematicElementClass getSchematicElementClass(String name)
          Schematic diagram class referenced by the specified Name.
 IEnumSchematicElementClass getSchematicElementClasses()
          Schematic element classes enumeration within the schematic element class container.
 

Method Detail

getSchematicElementClasses

IEnumSchematicElementClass getSchematicElementClasses()
                                                      throws IOException,
                                                             AutomationException
Schematic element classes enumeration within the schematic element class container.

Product Availability

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

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

getSchematicElementClass

ISchematicElementClass getSchematicElementClass(String name)
                                                throws IOException,
                                                       AutomationException
Schematic diagram class 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.ISchematicElementClass
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.