Provides access to members that control Identify dialog properties.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
FlashEffect | The flash effect. | |
Layers | The layers eligible for searching. | |
TopmostOnly | Indicates if the search stops once a result has been found. |
CoClasses that implement IIdentifyDialogProps
CoClasses and 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.