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


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

IIdentifyObj Interface

Provides access to members that control feature identification for a layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method CanIdentify Indicates if the object can identify the specified layer.
Method Flash Flashes the identified object on the screen.
Read-only property hWnd The window handle.
Read-only property Layer Target layer for identification.
Read-only property Name Name of the identify object.
Method PopUpMenu Displays a context sensitive popup menu at the specified location.

Classes that implement IIdentifyObj

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.

Remarks

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.

See Also

IFeatureIdentifyObj Interface | IIdentify Interface | FeatureIdentifyObject Class

.NET Samples

Time Series Graph tool add-in RSS weather layer