com.esri.arcgis.schematic
Interface ISchematicDatasetName

All Superinterfaces:
Serializable
All Known Implementing Classes:
SchematicDatasetName

public interface ISchematicDatasetName
extends Serializable

Provides access to members that supply schematic dataset name information.

Product Availability

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

See Also:
ISchematicDataset

Method Summary
 IEnumDatasetName getSchematicDiagramNames()
          Schematic diagrams' names stored in the schematic dataset name.
 IEnumDatasetName getSubFolderNames()
          Subfolder names contained within the schematic dataset name.
 

Method Detail

getSubFolderNames

IEnumDatasetName getSubFolderNames()
                                   throws IOException,
                                          AutomationException
Subfolder names contained within the schematic dataset name.

Product Availability

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

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

getSchematicDiagramNames

IEnumDatasetName getSchematicDiagramNames()
                                          throws IOException,
                                                 AutomationException
Schematic diagrams' names stored in the schematic dataset name.

Product Availability

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

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