This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureFindData Interface (ArcObjects .NET 10.4 SDK) |
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.
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.
Description | ||
---|---|---|
ActiveView | The active view. | |
Feature | The feature. | |
Layer | The Layer. |