com.esri.arcgis.schematic
Interface ISchematicObjectClassContainer

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicObjectClassContainerProxy, SchematicDiagramClass, SchematicElementClass

public interface ISchematicObjectClassContainer
extends Serializable

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

Product Availability

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


Method Summary
 ISchematicObjectClass getSchematicObjectClass(String name)
          Schematic object class referenced by the specified Name.
 IEnumSchematicObjectClass getSchematicObjectClasses()
          Schematic object classes enumeration within the schematic object class container.
 

Method Detail

getSchematicObjectClasses

IEnumSchematicObjectClass getSchematicObjectClasses()
                                                    throws IOException,
                                                           AutomationException
Schematic object classes enumeration within the schematic object class container.

Product Availability

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

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

getSchematicObjectClass

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