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


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

IFeatureIdentifyObj Interface

Provides access to a member that sets the feature used by the identify object.

Product Availability

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

Members

Name Description
Write-only property Feature The feature to be identified.

Classes that implement IFeatureIdentifyObj

Classes Description
FeatureIdentifyObject (esriCartoUI) Feature Identify Object.
SimpleIdentifyObject Simple Feature Identify Object.

Remarks

The IFeatureIdentifyObj interface sets the feature to be identified.

When used on a map layer, the IIdentify::Identify method returns an array of FeatureIdentifyObject objects. On a FeatureIdentifyObject, you can access 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

IIdentify Interface | FeatureIdentifyObject Class | IIdentifyObj Interface