|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicInMemoryFeatureLinkerEdit
Provides access to members that manage the association between schematic features and their associated objects.
| Method Summary | |
|---|---|
void |
associate(ISchematicInMemoryFeature inMemoryFeature,
IObject object)
Associates the specified schematic feature with the specified object. |
void |
dissociate(ISchematicInMemoryFeature inMemoryFeature,
IObject object)
Dissociates the specified schematic feature with the specified object. |
void |
reportAssociations(ISchematicInMemoryFeature fromInMemoryFeature,
ISchematicInMemoryFeature toInMemoryFeature)
Reports associations from one schematic feature to another one. |
| Method Detail |
|---|
void reportAssociations(ISchematicInMemoryFeature fromInMemoryFeature,
ISchematicInMemoryFeature toInMemoryFeature)
throws IOException,
AutomationException
fromInMemoryFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)toInMemoryFeature - 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 associate(ISchematicInMemoryFeature inMemoryFeature,
IObject object)
throws IOException,
AutomationException
inMemoryFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)object - A reference to a com.esri.arcgis.geodatabase.IObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void dissociate(ISchematicInMemoryFeature inMemoryFeature,
IObject object)
throws IOException,
AutomationException
inMemoryFeature - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeature (in)object - A reference to a com.esri.arcgis.geodatabase.IObject (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 | ||||||||