|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureFindData
Provides access to data associated with each row in the MxFind dialog when finding features.(Obsolete at 8.1 use IFeatureFindData2).
Use this interface to access features that you want to add to the result list in the Find dialog. Used when implementing a custom Find tab. See the IFinder documentation.
Note that the ActiveView and Layer properties must be initialized for the Find dialog to work correctly.
Method Summary | |
---|---|
IActiveView |
getActiveView()
The active view. |
IFeature |
getFeature()
The feature. |
ILayer |
getLayer()
The Layer. |
void |
setActiveViewByRef(IActiveView ppActiveView)
The active view. |
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.IActiveView getActiveView() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureByRef(IFeature ppFeature) throws IOException, AutomationException
The feature corresponding to the row in the result list.
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
The layer to which the feature belong.
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.void setActiveViewByRef(IActiveView ppActiveView) throws IOException, AutomationException
A reference to the active view.
ppActiveView
- A reference to a com.esri.arcgis.carto.IActiveView (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 |