This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > II > IIdentifyDialogProps Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control Identify dialog properties.
Description | ||
---|---|---|
FlashEffect | The flash effect. | |
Layers | The layers eligible for searching. | |
TopmostOnly | Indicates if the search stops once a result has been found. |
CoClasses and Classes | Description |
---|---|
IdentifyDialog | Identifying layers by OID or a point. |
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.