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.

See Also:
com.esri.arcgis.schematic.ISchematicBuilderEdit, ISchematicBuilder, ISchematicBuilderContext

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.
See Also:
ISchematicBuilderDescription.getClassID()

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.
See Also:
ISchematicBuilderDescription.getName()