|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicElementContainer
Provides access to members that control the schematic elements within a container (that is, within a schematic diagram).
ISchematicDiagram
Method Summary | |
---|---|
ISchematicElement |
getSchematicElementByName(int type,
String name)
Schematic element referenced by the specified Name and related to specified element type. |
IEnumSchematicElement |
getSchematicElements()
Schematic elements enumeration within the container. |
IEnumSchematicElement |
getSchematicElementsByType(int type)
Schematic elements referenced by the specified element type. |
Method Detail |
---|
IEnumSchematicElement getSchematicElements() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumSchematicElement getSchematicElementsByType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.schematic.esriSchematicElementType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicElement getSchematicElementByName(int type, String name) throws IOException, AutomationException
type
- A com.esri.arcgis.schematic.esriSchematicElementType constant (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 |