com.esri.arcgis.schematic
Interface ISchematicDataSourceManager
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ISchematicDataSourceManagerProxy, SchematicDiagram
public interface ISchematicDataSourceManager
- extends Serializable
Provides access to members that manage schematic diagram referenced data sources.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
replaceDataSource
void replaceDataSource(String initialDataSourceName,
String replacingDataSourceName,
ITrackCancel trackCancel)
throws IOException,
AutomationException
- Replaces a schematic diagram referenced data sources.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
initialDataSourceName
- The initialDataSourceName (in)replacingDataSourceName
- The replacingDataSourceName (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.