ArcObjects Library Reference (Carto)  

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

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

CoClasses that implement IFeatureIdentifyObj

CoClasses and Classes Description
FeatureIdentifyObject (esriCartoUI) 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