|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicFeatureLinkerEdit
Provides access to members that control the schematic linker edition; that is, the edition of the associations between features and graphic elements.
ISchematicFeatureLinker| Method Summary | |
|---|---|
void |
associate(INgElement ngElement,
IFeature feature)
Associates the specified graphic element with the specified feature. |
void |
dissociate(INgElement ngElement,
IFeature feature)
Dissociate the specified graphic element with the specified feature. |
void |
reportAssociations(INgElement fromNgElement,
INgElement toNgElement)
Reports the associations defined for the specified 'FromNgElement' graphic element onto the specified 'ToNgElement' graphic element. |
| Method Detail |
|---|
void reportAssociations(INgElement fromNgElement,
INgElement toNgElement)
throws IOException,
AutomationException
fromNgElement - A reference to a com.esri.arcgis.schematic.INgElement (in)toNgElement - A reference to a com.esri.arcgis.schematic.INgElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicFeatureLinkerEdit.dissociate(com.esri.arcgis.schematic.INgElement, com.esri.arcgis.geodatabase.IFeature),
ISchematicFeatureLinkerEdit.associate(com.esri.arcgis.schematic.INgElement, com.esri.arcgis.geodatabase.IFeature)
void associate(INgElement ngElement,
IFeature feature)
throws IOException,
AutomationException
ngElement - A reference to a com.esri.arcgis.schematic.INgElement (in)feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicFeatureLinkerEdit.dissociate(com.esri.arcgis.schematic.INgElement, com.esri.arcgis.geodatabase.IFeature),
ISchematicFeatureLinkerEdit.reportAssociations(com.esri.arcgis.schematic.INgElement, com.esri.arcgis.schematic.INgElement)
void dissociate(INgElement ngElement,
IFeature feature)
throws IOException,
AutomationException
ngElement - A reference to a com.esri.arcgis.schematic.INgElement (in)feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicFeatureLinkerEdit.reportAssociations(com.esri.arcgis.schematic.INgElement, com.esri.arcgis.schematic.INgElement),
ISchematicFeatureLinkerEdit.associate(com.esri.arcgis.schematic.INgElement, com.esri.arcgis.geodatabase.IFeature)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||