This document is archived and information here might be outdated.  Recommended version.


IFeatureFindData Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureFindData Interface
ArcGIS Developer Help

IFeatureFindData Interface

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 by IFeatureFindData2. 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

Name Description
Read-only property ActiveView The active view.
Write-only property ActiveView The active view.
Read-only property Feature The feature.
Write-only property Feature The feature.
Read-only property Layer The Layer.
Write-only property Layer The Layer.

Classes that implement IFeatureFindData

Classes Description