|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFeatureFindData2
Provides access to data associated with each row in the MxFind dialog when finding features.
| Method Summary | |
|---|---|
IFeature |
getFeature()
The feature. |
ILayer |
getLayer()
The layer. |
void |
setFeatureByRef(IFeature ppFeature)
The feature. |
void |
setLayerByRef(ILayer ppLayer)
The layer. |
| Method Detail |
|---|
IFeature getFeature()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILayer getLayer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFeatureByRef(IFeature ppFeature)
throws IOException,
AutomationException
ppFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLayerByRef(ILayer ppLayer)
throws IOException,
AutomationException
ppLayer - A reference to a com.esri.arcgis.carto.ILayer (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 | ||||||||