com.esri.arcgis.schematic
Interface IDESchematicDiagram

All Superinterfaces:
Serializable
All Known Implementing Classes:
DESchematicDiagram

public interface IDESchematicDiagram
extends Serializable

Provides access to members that return information about schematic diagram data elements.

Product Availability

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


Method Summary
 String getDiagramClassName()
          Diagram class name.
 void setDiagramClassName(String className)
          Diagram class name.
 

Method Detail

getDiagramClassName

String getDiagramClassName()
                           throws IOException,
                                  AutomationException
Diagram class name.

Product Availability

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

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

setDiagramClassName

void setDiagramClassName(String className)
                         throws IOException,
                                AutomationException
Diagram class name.

Product Availability

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

Parameters:
className - The className (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.