com.esri.arcgis.schematic
Interface ISchematicDataSourceContainer

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

public interface ISchematicDataSourceContainer
extends Serializable

Provides access to members that manage the schematic data source container.

Product Availability

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


Method Summary
 ISchematicDataSource getSchematicDataSource(String name)
          Schematic data source referenced by the specified Name.
 IEnumSchematicDataSource getSchematicDataSources()
          Schematic data sources enumeration within the schematic data source container.
 

Method Detail

getSchematicDataSources

IEnumSchematicDataSource getSchematicDataSources()
                                                 throws IOException,
                                                        AutomationException
Schematic data sources enumeration within the schematic data source container.

Product Availability

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

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.

getSchematicDataSource

ISchematicDataSource getSchematicDataSource(String name)
                                            throws IOException,
                                                   AutomationException
Schematic data source referenced by the specified Name.

Product Availability

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

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