com.esri.arcgis.schematic
Interface ISchematicInMemoryObject

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicInMemoryObjectProxy, SchematicInMemoryDiagram, SchematicInMemoryFeatureLink, SchematicInMemoryFeatureNode, SchematicInMemoryFeatureNodeOnLink, SchematicInMemoryFeatureSubLink

public interface ISchematicInMemoryObject
extends Serializable

Provides access to members that manage the schematic in memory object.

Product Availability

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


Method Summary
 String getName()
          Name of the schematic in memory object.
 ISchematicObjectClass getSchematicObjectClass()
          The schematic object class the schematic in memory object belongs to.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
Name of the schematic in memory object.

Product Availability

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

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicObjectClass

ISchematicObjectClass getSchematicObjectClass()
                                              throws IOException,
                                                     AutomationException
The schematic object class the schematic in memory object belongs to.

Product Availability

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

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.