ArcObjects Library Reference (CartoUI)  

FeatureIdentifyObject CoClass

Feature Identify Object.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Interfaces

Interfaces Description
IBasicMapIdentifyObject (esriCarto) Provides access to members that control the basic map identify object.
IFeatureIdentifyObj (esriCarto) Provides access to a member that sets the feature used by the identify object.
IIdentifyObj (esriCarto) Provides access to members that control feature identification for a layer.
IMapIdentifyObject (esriCarto) Provides access to members that control the map identify object.
IRowIdentifyObject (esriCarto) Provides access to members that control the row used by the identify object.

Remarks

A FeatureIdentifyObject object provides access to the identified feature and has methods that can operate on that feature.

When used on a map layer, the IIdentify::Identify method returns an array of FeatureIndentifyObject objects.

See Also

IIdentify Interface