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


IIdentifyDialogProps Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > II > IIdentifyDialogProps Interface
ArcGIS Developer Help

IIdentifyDialogProps Interface

Provides access to members that control Identify dialog properties.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read/write property FlashEffect The flash effect.
Read-only property Layers The layers eligible for searching.
Read-only property TopmostOnly Indicates if the search stops once a result has been found.

Classes that implement IIdentifyDialogProps

Classes Description
IdentifyDialog Identifying layers by OID or a point.

Remarks

IIdentifyDialogProps is used to access some properties of the IdentifyDialog.

The Layers property gives an enumeration of all the searchable layers in the map. TopMostOnly is read-only and gives you some information about the state of the layers combo in the dialog. True, the default means that AddLayerIdentifyPoint will restrict its search to the topmost layer. FlashEffect is currently not implemented.

See also IIdentifyDialog.