ArcFM Engine Developer Guide
GetSearchConfiguration Method


Receives a value (or multiple values) from the mmSearchOptionFlags enumeration. This value is then used to establish options such as Zoom and Auto Select in the resulting IMMSearchConfiguration object.

This method returns an IMMSearchConfiguration object. This object contains the propertyset specific to the type of search being conducted.
Syntax
'Declaration
 
Function GetSearchConfiguration( _
   ByVal optionFlags As mmSearchOptionFlags _
) As IMMSearchConfiguration
'Usage
 
Dim instance As IMMSearchStrategyUI
Dim optionFlags As mmSearchOptionFlags
Dim value As IMMSearchConfiguration
 
value = instance.GetSearchConfiguration(optionFlags)
IMMSearchConfiguration GetSearchConfiguration( 
   mmSearchOptionFlags optionFlags
)

Parameters

optionFlags

Receives a value (or multiple values) from the mmSearchOptionFlags enumeration. This value is then used to establish options such as Zoom and Auto Select in the resulting IMMSearchConfiguration object.

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

IMMSearchStrategyUI Interface
IMMSearchStrategyUI Members

 

 


Send Comment