|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicFeatureLinker
Provides access to members that control the schematic feature linker; that is, the association between objects and schematic features.
com.esri.arcgis.schematic.ISchematicFeatureLinkerEdit
Method Summary | |
---|---|
IEnumObject |
findObjectsFromSchematicFeature(ISchematicFeature feature)
Retrieves the set of objects associated with the specified schematic feature. |
IEnumSchematicFeature |
findSchematicFeaturesInLayerFromObjects(IEnumObject enumObject,
ILayer layer,
ITrackCancel cancelTracker)
Retrieves the set of schematic features associated with the specified objects. |
Method Detail |
---|
IEnumObject findObjectsFromSchematicFeature(ISchematicFeature feature) throws IOException, AutomationException
feature
- A reference to a com.esri.arcgis.schematic.ISchematicFeature (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumSchematicFeature findSchematicFeaturesInLayerFromObjects(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 |