ArcObjects Component Help  (Core)    

IIdentify Interface

Provides access to members that identify features.

Members

Description
Method Identify Identifies objects at the specified location.

CoClasses that implement IIdentify

CoClasses and Classes Description
CadFeatureLayer ESRI CAD Feature Layer class.
CadLayer ESRI CAD Layer class.
ChartRenderer A chart renderer used to draw pie, bar, and stacked bar chart symbols.
DimensionLayer A collection of proerties for a dimension layer.
FDOGraphicsLayer A FDO graphics layer.
FeatureLayer A collection of features and their visual representation.
GroupLayer A collection of layers that behaves like a single layer.
IMSMapLayer A container for the display and manipulation of IMS layers.
RasterCatalogLayer Raster catalog source and display options.
RasterClassifyColorRampRenderer A renderer with a color ramp for rasters with classified values.
RasterLayer Raster layer source and display options.
RasterRGBRenderer A true-color RGB renderer.
RasterStretchColorRampRenderer A renderer with a color ramp for rasters with continuous values.
RasterUniqueValueRenderer A renderer for rasters with unique values.
SearchResultsLayer A layer that lets you preview a search result in the Geography tab.
TemporalFeatureLayer (TrackingAnalystLib) Defines the coclass IDL parameters and attributes of the TemporalFeatureLayer COM object.
TinLayer TIN Layer class.

Remarks

The IIdentify interface can be used to identify features at the specified location. When this interface is on a map layer, the Identify method returns an array of FeatureIdentifyObject objects.

On a FeatureIdentifyObject, you can do a QI to 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.

See Also

FeatureIdentifyObject CoClass | IIdentifyObj Interface | IFeatureIdentifyObj Interface

Example

FeatureIdentifyObject Example