This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIdentifyObj Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control feature identification for a layer.
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. |
CoClasses and 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. |
SimpleMapServerIdentifyObject | Provides programmatic access to a simple map server layer identify object. |
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