|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicObjectLinker
Provides access to members that control the schematic object linker; that is, the association between objects and graphic elements.
| Method Summary | |
|---|---|
INgElements |
findNgElementsFromObject(IObject object)
Retrieves the set of schematic elements associated with the specified feature. |
INgElements |
findNgElementsInLayerFromObject(IObject object,
ILayer layer)
Retrieves the set of schematic elements associated with the specified feature from the specified schematic layer. |
INgElements |
findNgElementsInLayerFromObjects(IEnumObject enumObject,
ILayer layer,
ITrackCancel cancelTracker)
Retrieves the set of schematic elements associated with the specified set of objects from the specified schematic layer. |
IEnumObject |
findObjectsFromNgElement(INgElement ngElement)
Retrieves the set of objects associated with the specified schematic element. |
IEnumObject |
findObjectsFromNgElements(INgElements ngElements,
ITrackCancel cancelTracker)
Retrieves the set of objects associated with the specified set of schematic elements. |
| Method Detail |
|---|
IEnumObject findObjectsFromNgElement(INgElement ngElement)
throws IOException,
AutomationException
ngElement - A reference to a com.esri.arcgis.schematic.INgElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumObject findObjectsFromNgElements(INgElements ngElements,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
ngElements - A reference to a com.esri.arcgis.schematic.INgElements (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INgElements findNgElementsFromObject(IObject object)
throws IOException,
AutomationException
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.
INgElements findNgElementsInLayerFromObject(IObject object,
ILayer layer)
throws IOException,
AutomationException
object - A reference to a com.esri.arcgis.geodatabase.IObject (in)layer - A reference to a com.esri.arcgis.carto.ILayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INgElements findNgElementsInLayerFromObjects(IEnumObject enumObject,
ILayer layer,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
enumObject - A reference to a com.esri.arcgis.geodatabase.IEnumObject (in)layer - A reference to a com.esri.arcgis.carto.ILayer (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
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 | ||||||||