|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicElementClassContainer
Provides access to members that control the schematic element classes defined within a container (that is, within a schematic dataset).
ISchematicDataset| Method Summary | |
|---|---|
ISchematicElementClass |
getSchematicElementClassByID(int iD)
Schematic element class referenced by the specified ID. |
ISchematicElementClass |
getSchematicElementClassByName(String name)
Schematic element class referenced by the specified Name. |
IEnumSchematicElementClass |
getSchematicElementClasses()
Schematic element classes enumeration within the schematic dataset container. |
| Method Detail |
|---|
IEnumSchematicElementClass getSchematicElementClasses()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicElementClass getSchematicElementClassByID(int iD)
throws IOException,
AutomationException
iD - The iD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicElementClass getSchematicElementClassByName(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 | ||||||||