ArcFM Engine Developer Guide
AddResults Method


Search results as an IMMSearchResults object

A value from the mmSearchOptionFlags enumeration that indicates the state of the option settings on the Locator tool

An IMMSearchControl object that provides the ability to stop the processing

This method receives the search results as an IMMSearchResults object, value(s) from the mmSearchOptionFlags enumeration, and an IMMSearchControl object. With this information, the method then returns an ID8List object in which the results are displayed according to the user selected Locator option flags. The IMMSearchControl object provides the ability to stop processing (i.e., when the Stop button is clicked).
Syntax
'Declaration
 
Function AddResults( _
   ByVal searchResults As IMMSearchResults, _
   ByVal optionFlags As mmSearchOptionFlags, _
   ByVal searchControl As IMMSearchControl _
) As ID8List
'Usage
 
Dim instance As IMMResultsProcessor
Dim searchResults As IMMSearchResults
Dim optionFlags As mmSearchOptionFlags
Dim searchControl As IMMSearchControl
Dim value As ID8List
 
value = instance.AddResults(searchResults, optionFlags, searchControl)

Parameters

searchResults

Search results as an IMMSearchResults object

optionFlags

A value from the mmSearchOptionFlags enumeration that indicates the state of the option settings on the Locator tool

searchControl

An IMMSearchControl object that provides the ability to stop the processing

Return Value

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMResultsProcessor Interface
IMMResultsProcessor Members

 

 


Send Comment