This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control Identify dialog properties.
Name | Description | |
---|---|---|
FlashEffect | The flash effect. | |
Layers | The layers eligible for searching. | |
TopmostOnly | Indicates if the search stops once a result has been found. |
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.