This document is archived and information here might be outdated. Recommended version. |
Provides access to a member that sets the feature used by the identify object.
Name | Description | |
---|---|---|
Feature | The feature to be identified. |
Classes | Description |
---|---|
FeatureIdentifyObject (esriCartoUI) | Feature Identify Object. |
SimpleIdentifyObject | Simple 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