Miner.Interop.FrameworkUI Assembly > Miner.Interop Namespace : IMMSearchStrategyUI Interface |
The following tables list the members exposed by IMMSearchStrategyUI.
Name | Description | |
---|---|---|
Caption | This property contains the name of the search strategy as it appears in the Locator tool pulldown menu (e.g., Attribute Query). | |
COMProgID | If the search strategy has been written in VB6, this property requires its ProgID. If the search strategy has been written in C#, this returns an empty string. | |
Priority | Allows you to set the order in which the locators appear in the dropdown menu. | |
ResultsProcessor | This optional property returns an IMMResultsProcessor object. This object allows you to determine how the objects in the tree appear (e.g., grouped). Enter a value of Null to use the standard format as it is displayed in the Attribute Editor. While in Feeder Manager mode, the results processor for Feeder Manager is always used. | |
SearchStrategy | This property takes an IMMSearchStrategy object. This object contains the Find method that executes the search. |
Name | Description | |
---|---|---|
Deactivated | Notifies a current open locator that the user has selected another locator and provides the opportunity to perform any necessary state changes. | |
GetSearchConfiguration | This method returns an IMMSearchConfiguration object. This object contains the propertyset specific to the type of search being conducted. | |
InitializeStrategyUI | This method takes a map and an object class to initialize the search strategy. It may be called several times during the lifetime of the application depending on changes to the map and map layers. This method is called each time items are added or removed from the map. | |
Reset | This method clears the user interface in preparation for the next search. | |
Shutdown | This method cleans up in preparation for shutting down the application. |