com.esri.arcgis.schematic
Interface ISchematicDatasetDesign

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicDatasetDesignProxy, SchematicDataset

public interface ISchematicDatasetDesign
extends Serializable

Provides access to members that manage the schematic dataset design.

Product Availability

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


Method Summary
 IEnumSchematicDataSource findUnusedDataSources(ITrackCancel cancelTracker)
          Retrieves the unused schematic data sources inside the schematic dataset.
 

Method Detail

findUnusedDataSources

IEnumSchematicDataSource findUnusedDataSources(ITrackCancel cancelTracker)
                                               throws IOException,
                                                      AutomationException
Retrieves the unused schematic data sources inside the schematic dataset.

Product Availability

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

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