|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicRelationController
Provides access to memeber that manage the schematic relation controller.
com.esri.arcgis.schematic.ISchematicRelationControllerTool| Method Summary | |
|---|---|
IEnumSchematicInMemoryFeature |
findChildren(ISchematicInMemoryFeature inMemoryParent)
Provides access to the children schematic features for the specified parent schematic feature. |
ISchematicInMemoryFeature |
findParent(ISchematicInMemoryFeature inMemoryChild)
Provides access to the parent schematic feature for the specified child schematic feature. |
IEnumSchematicInMemoryFeature |
findParents(ISchematicInMemoryDiagram inMemoryDiagram)
Provides access to all parent schematic features contained in the sprecified diagram. |
boolean |
isParent(ISchematicInMemoryFeature inMemoryFeature)
Indicates if a schematic feature is a parent. |
| Method Detail |
|---|
ISchematicInMemoryFeature findParent(ISchematicInMemoryFeature inMemoryChild)
throws IOException,
AutomationException
inMemoryChild - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicInMemoryFeature findChildren(ISchematicInMemoryFeature inMemoryParent)
throws IOException,
AutomationException
inMemoryParent - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicInMemoryFeature findParents(ISchematicInMemoryDiagram inMemoryDiagram)
throws IOException,
AutomationException
inMemoryDiagram - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryDiagram (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isParent(ISchematicInMemoryFeature inMemoryFeature)
throws IOException,
AutomationException
inMemoryFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (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 | ||||||||