com.esri.arcgis.schematic
Interface ISchematicDiagramName

All Superinterfaces:
Serializable
All Known Implementing Classes:
SchematicDiagramName

public interface ISchematicDiagramName
extends Serializable

Provides access to members that supply the schematic diagram name information.

Product Availability

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


Method Summary
 ISchematicDatasetName getSchematicDatasetName()
          The schematic dataset name related to the schematic diagram name.
 ISchematicDiagramClassName getSchematicDiagramClassName()
          The schematic diagram class name (that is, the schematic template name) related to the schematic diagram name.
 void setSchematicDiagramClassNameByRef(ISchematicDiagramClassName diagramClassName)
          The schematic diagram class name (that is, the schematic template name) related to the schematic diagram name.
 

Method Detail

getSchematicDiagramClassName

ISchematicDiagramClassName getSchematicDiagramClassName()
                                                        throws IOException,
                                                               AutomationException
The schematic diagram class name (that is, the schematic template name) related to the schematic diagram name.

Product Availability

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

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

setSchematicDiagramClassNameByRef

void setSchematicDiagramClassNameByRef(ISchematicDiagramClassName diagramClassName)
                                       throws IOException,
                                              AutomationException
The schematic diagram class name (that is, the schematic template name) related to the schematic diagram name.

Product Availability

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

Parameters:
diagramClassName - A reference to a com.esri.arcgis.schematic.ISchematicDiagramClassName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicDatasetName

ISchematicDatasetName getSchematicDatasetName()
                                              throws IOException,
                                                     AutomationException
The schematic dataset name related to the schematic diagram name.

Product Availability

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

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