|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicProjectMgr
Provides access to members that control the schematic project manager.
| Method Summary | |
|---|---|
INgDataSource |
getDefaultNgDataSource(ISchematicDataset schematicDataset)
Returns the Default dataSource related corresponding to the given schematic dataset. |
INgProject |
getNgProject(ISchematicDataset schematicDataset)
Returns the schematic project corresponding to the given opened schematic dataset. |
IEnumSchematicDataset |
getOpenedSchematicDatasets()
Opened schematic datasets. |
ISchematicDataset |
getSchematicDataset(INgProject ngProject)
Returns the schematic dataset corresponding to the given schematic project. |
INgProject |
openFromSchematicDataset(ISchematicDataset schematicDataset)
Opens the schematic project from the specified schematic dataset. |
| Method Detail |
|---|
INgProject openFromSchematicDataset(ISchematicDataset schematicDataset)
throws IOException,
AutomationException
schematicDataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicDataset getSchematicDataset(INgProject ngProject)
throws IOException,
AutomationException
ngProject - A reference to a com.esri.arcgis.schematic.INgProject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INgProject getNgProject(ISchematicDataset schematicDataset)
throws IOException,
AutomationException
schematicDataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicDataset getOpenedSchematicDatasets()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INgDataSource getDefaultNgDataSource(ISchematicDataset schematicDataset)
throws IOException,
AutomationException
schematicDataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (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 | ||||||||