|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicRelationControllerEdit
Provides access to members that manage the schematic relation controller editing.
ISchematicRelationController
,
com.esri.arcgis.schematic.ISchematicRelationControllerTool
Method Summary | |
---|---|
void |
createRelation(ISchematicInMemoryFeature inMemoryChild,
ISchematicInMemoryFeature inMemoryParent)
Creates a schematic relation between the specified child feature and the specified parent. |
void |
deleteRelation(ISchematicInMemoryFeature inMemoryChild)
Deletes the schematic relation defined for the specified child schematic feature. |
Method Detail |
---|
void createRelation(ISchematicInMemoryFeature inMemoryChild, ISchematicInMemoryFeature inMemoryParent) throws IOException, AutomationException
inMemoryChild
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)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.void deleteRelation(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |