com.esri.arcgis.schematic
Interface ISchematicDiagramClassLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
SchematicLayer

public interface ISchematicDiagramClassLayer
extends Serializable

Provides access to members that manage the schematic diagram class layer functionality.

Product Availability

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


Method Summary
 ISchematicLayer getCloneAsTemplate()
          Clone the schematic diagram class layer as a schematic layer template.
 ISchematicDiagramClass getSchematicDiagramClass()
          Schematic diagram class of the schematic layer.
 

Method Detail

getSchematicDiagramClass

ISchematicDiagramClass getSchematicDiagramClass()
                                                throws IOException,
                                                       AutomationException
Schematic diagram class of the schematic layer.

Product Availability

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

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

getCloneAsTemplate

ISchematicLayer getCloneAsTemplate()
                                   throws IOException,
                                          AutomationException
Clone the schematic diagram class layer as a schematic layer template.

Product Availability

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

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