Provides access to members that control the results in a custom find dialog page.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
AddNewRow | Adds a new row to the listbox, using values set with ColumnValue. | |
Application | The application that this dialog belongs to. | |
ColumnCount | Number of columns to display in list box. | |
ColumnValue | Rows column value in listbox. | |
FlashGeometry | Generic method to flash a point on the display n times. | |
Object | The object value of the new row. This object is passed to the popup menu in an ISet. | |
ProcessMessages | Processes messages. Run this method often. |
Remarks
See the IFinder interface for documentation and an example (VB6) of use.
Performing a search with a Find tab will typically return an array of features used to populate the result list that automatically appears at the bottom of the dialog. Populating this list is done with the IFindCallBack and IFeatureFindData interfaces.