|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicDataSourceContainer
Provides access to members that control the schematic datasources defined within a container (that is, within a schematic dataset).
| Method Summary | |
|---|---|
ISchematicDataSource |
getSchematicDataSourceByID(int iD)
Schematic datasource referenced by the specified ID. |
ISchematicDataSource |
getSchematicDataSourceByName(String name)
Schematic datasource referenced by the specified Name. |
IEnumSchematicDataSource |
getSchematicDataSources()
Schematic datasources enumeration within the schematic dataset container. |
| Method Detail |
|---|
IEnumSchematicDataSource getSchematicDataSources()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicDataSource getSchematicDataSourceByID(int iD)
throws IOException,
AutomationException
iD - The iD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicDataSource getSchematicDataSourceByName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||