ArcFM Server Developer Guide
Find Method (IMMSearchStrategy)


Version: 10.2.1a

Resource Center Home

IMMSearchConfiguration
IMMSearchControl
This method executes the search according to the IMMSearchConfiguration object and returns the search results as an IMMSearchResults object.
Syntax
'Declaration
 
Function Find( _
   ByVal pSearchConfig As IMMSearchConfiguration, _
   ByVal pSearchControl As IMMSearchControl _
) As IMMSearchResults
'Usage
 
Dim instance As IMMSearchStrategy
Dim pSearchConfig As IMMSearchConfiguration
Dim pSearchControl As IMMSearchControl
Dim value As IMMSearchResults
 
value = instance.Find(pSearchConfig, pSearchControl)

Parameters

pSearchConfig
IMMSearchConfiguration
pSearchControl
IMMSearchControl

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

IMMSearchStrategy Interface
IMMSearchStrategy Members

 

 


Send Comment