This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control feature identification for a layer.
Name | Description | |
---|---|---|
CanIdentify | Indicates if the object can identify the specified layer. | |
Flash | Flashes the identified object on the screen. | |
hWnd | The window handle. | |
Layer | Target layer for identification. | |
Name | Name of the identify object. | |
PopUpMenu | Displays a context sensitive popup menu at the specified location. |
Classes | Description |
---|---|
FeatureIdentifyObject (esriCartoUI) | Feature Identify Object. |
GlobeServerIdentifyObject (esriGlobeCore) | Provides programmatic access to a simple globe server layer identify object. |
LasDatasetIdentifyObject (esriArcMapUI) | Provides programmatic access to LasDataset layer identify object. |
MapServerIdentifyObject (esriArcMapUI) | Provides programmatic access to a map server identify object. |
RasterIdentifyObj | A raster object identified on the display. |
RowIdentifyObject (esriCartoUI) | Row Identify Object. |
SearchResultsIdentifyObj (esriCatalog) | An object for identifying the contents of a search results layer. This object is not supported on ArcGIS version 10.1. or later. |
SimpleIdentifyObject | Simple Feature Identify Object. |
SimpleMapServerIdentifyObject | Provides programmatic access to a simple map server layer identify object. |
SimpleRasterIdentifyObj | A simplified raster object identified on the display. |
SimpleTinIdentifyObj | Object that mantains information collected during the identify operation. |
SimpleWMSIdentifyObject | Provides programmatic access to a simple WMS layer identify object. |
WMSIdentifyObject (esriArcMapUI) | Provides programmatic access to a WMS map layer factory. |
When used on a map layer, the IIdentify::Identify method returns an array of FeatureIdentifyObject objects. On a FeatureIdentifyObject, you can do a QI to this 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.
The Flash method is not supported with ArcGIS Engine, use the IHookActions.DoActions() method with the esriHookActionsFlash for this functionality.
IFeatureIdentifyObj Interface | IIdentify Interface | FeatureIdentifyObject Class