This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureIdentifyObj Interface (ArcObjects .NET 10.5 SDK) |
Provides access to a member that sets the feature used by the identify object.
Description | ||
---|---|---|
Feature | The feature to be identified. |
CoClasses and Classes | Description |
---|---|
FeatureIdentifyObject (esriCartoUI) | Feature Identify Object. |
The IFeatureIdentifyObj interface sets the feature to be identified.
When used on a map layer, the IIdentify::Identify method returns an array of FeatureIdentifyObject objects. On a FeatureIdentifyObject, you can access the IIdentifyObj interface to get more information about the identified feature. The IIdentifyObj interface returns the window handle, layer, and name of the feature; it has methods to flash the feature in the display and to display a context menu at the Identify location.
IIdentify Interface | FeatureIdentifyObject Class | IIdentifyObj Interface