com.esri.arcgis.schematic
Interface ISchematicObject

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicObjectProxy, SchematicInMemoryDiagram, SchematicInMemoryFeatureLink, SchematicInMemoryFeatureNode, SchematicInMemoryFeatureNodeOnLink, SchematicInMemoryFeatureSubLink, SchematicLink, SchematicNode, SchematicNodeOnLink, SchematicSubLink

public interface ISchematicObject
extends Serializable

Provides access to members that control the schematic object.

Product Availability

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


Method Summary
 IObjectClass esri_getClass()
          Object class related to the schematic object.
 String getName()
          Name of the schematic object.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
Name of the schematic 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.

esri_getClass

IObjectClass esri_getClass()
                           throws IOException,
                                  AutomationException
Object class related to the schematic object.

Product Availability

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

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