This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the results in a custom find dialog page.
Name | 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. |
Classes | Description |
---|
See the IFinder interface for documentation.
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.