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.

Remarks

During a schematic dataset's life, a large number of data sources may be created. For example, when schematic diagrams are generated from ArcSDE data, a data source for each user who generates/updates diagrams based on this ArcSDE data is created. These data sources also multiply each time schematic diagrams are based on a new reference version of the ArcSDE data. This means that when users leave a company, when reference versions no longer exist or are posted, or simply when diagrams are deleted, the data sources that were initially created to generate the diagrams may still be referenced in the schematic dataset but may not be used anymore. An unused data source is a data source that is referenced in the data sources list but is no longer used in the following ways:

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.