com.esri.arcgis.schematic
Interface ISchematicBuilderDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicBuilderDescriptionProxy

public interface ISchematicBuilderDescription
extends Serializable

Provides access to members that manage the schematic builder description.

Product Availability

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


Method Summary
 IUID getClassID()
          ClassID of the schematic builder.
 String getName()
          Name of the schematic builder.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
Name of the schematic builder.

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.

getClassID

IUID getClassID()
                throws IOException,
                       AutomationException
ClassID of the schematic builder.

Product Availability

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

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