ArcObjects Library Reference  (Carto)    

IIdentify Interface

Provides access to members that identify features.

Product Availability

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

Members

Description
Method Identify Identifies objects at the specified location.

CoClasses that implement IIdentify

CoClasses and Classes Description
CadastralFabricLayer Cadastral Fabric Layer Object.
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.
CoverageAnnotationLayer An ESRI coverage annotation layer.
DimensionLayer A collection of properties for a dimension layer.
FDOGraphicsLayer A collection of properties for an annotation layer (feature data object graphics layer).
FeatureLayer A collection of features and their visual representation.
GdbRasterCatalogLayer Geodabase RasterCatalog source and display options.
GlobeServerLayer (esriGlobeCore) Provides programmatic access to a globe server layer.
GroupLayer A collection of layers that behaves like a single layer.
IMSMapLayer A container for the display and manipulation of IMS layers.
IMSSubFeatureLayer IMS Sub-FeatureLayer class
MADtedLayer (esriMilitaryAnalyst) A layer used to control the display of MA DTED Catalogs.
MapServerIdentifySublayer Provides programmatic access to a map server sublayer with Identify capability.
MapServerLayer Provides programmatic access to a map server layer.
MapServerQuerySublayer Provides programmatic access to a map server sublayer with Find and Identify capability.
MARasterLayer (esriMilitaryAnalyst) A layer used to control the display of MA RPF Catalogs.
NALayer (esriNetworkAnalyst) The layer for defining, solving and viewing network analysis results.
NetworkLayer ESRI Network Layer CoClass.
ProcessLayer (esriGeoprocessing) A collection of process layers that behaves like a single layer.
RasterCatalogLayer Raster catalog source and display options.
RasterClassifyColorRampRenderer A renderer with a color ramp for rasters with classified values.
RasterColormapRenderer A raster colormap renderer.
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.
RepresentationRenderer A renderer that draws features using representation information stored in the layer’s data source.
SchematicLayer (esriSchematic) Schematic layer object.
SearchResultsLayer (esriCatalog) A layer that lets you preview a search result in the Geography tab.
TemporalFeatureLayer (esriTrackingAnalyst) Defines the coclass IDL parameters and attributes of the TemporalFeatureLayer COM object.
TerrainLayer Terrain Layer class.
TinLayer The TIN Layer class.
WMSGroupLayer WMS GroupLayer class
WMSLayer WMS Sub-Layer class
WMSMapLayer A container for the display and manipulation of WMS layers.

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 Class | IIdentifyObj Interface | IFeatureIdentifyObj Interface

Example

FeatureIdentifyObject Example

 


Feedback Send feedback on this page