The following tables list the members exposed by IMMFinder.
Public Properties
| Name | Description |
 | Caption | This is the internal name for the finder object. This name is used for identification within the code. |
 | hWND | The window handle for the finder object's form. This allows the Locator Tool to integrate your form within its user interface. |
 | Name | This is the internal name for the finder object. This name is used for identification within the code. |
 | Priority | This property specifies the display order for your finder object in the Finder Tool's 'Locator Tool' dropdown list. Priority values for the finder objects delivered with ArcFM are as follows:
-
ArcFM Display Field = 10
-
Attribute Query = 20
-
Feeders = 30
-
Tie Points = 40
-
XY Coordinates = 50
|
Top
Public Methods
| Name | Description |
 | Find | This method instructs the finder object to begin finding geoObjects-objects that fit the finder object's criteria where pCallback contains callback methods to send located objects from the finder object to the Locator Tool. |
 | Init | This method loads the finder object with the Locator Tool as the container and pApp as the Locator's parent. bRequireObjectClass specifies that only pObjectClass can be searched in the finder object. pFindEvents contains callback methods that allow the finder object to send messages to the Locator Tool. |
 | NewSearch | This method informs the finder object that a new search has started in the Locator Tool. This allows the controls on the form to be reinitialized. |
Top
See Also