|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicDiagramContainer
Provides access to members that control the schematic diagrams defined within a container (that is, within a schematic dataset or a schematic folder).
| Method Summary | |
|---|---|
ISchematicDiagram |
getSchematicDiagramByID(ISchematicDiagramClass schematicDiagramClass,
int iD)
Schematic diagram referenced by the specified ID. |
ISchematicDiagram |
getSchematicDiagramByName(ISchematicDiagramClass schematicDiagramClass,
String name)
Schematic diagram referenced by the specified Name. |
IEnumSchematicDiagram |
getSchematicDiagrams()
Schematic diagrams enumeration within the schematic dataset or schematic folder container. |
| Method Detail |
|---|
IEnumSchematicDiagram getSchematicDiagrams()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicDiagram getSchematicDiagramByID(ISchematicDiagramClass schematicDiagramClass,
int iD)
throws IOException,
AutomationException
schematicDiagramClass - A reference to a com.esri.arcgis.schematic.ISchematicDiagramClass (in)iD - The iD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicDiagram getSchematicDiagramByName(ISchematicDiagramClass schematicDiagramClass,
String name)
throws IOException,
AutomationException
schematicDiagramClass - A reference to a com.esri.arcgis.schematic.ISchematicDiagramClass (in)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 | ||||||||