Provides access to data associated with each row in the MxFind dialog when finding features.(Obsolete at 8.1 use IFeatureFindData2). Note: the IFeatureFindData interface has been superseded byIFeatureFindData2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
Description | ||
---|---|---|
ActiveView | The active view. | |
Feature | The feature. | |
Layer | The Layer. |