ArcFM Server Developer Guide
ConvertResults(IMMServerRowLayerSearchResults,Boolean) Method


Syntax
'Declaration
 
Public Overloads Function ConvertResults( _
   ByVal searchResults As IMMServerRowLayerSearchResults, _
   ByVal returnAttributes As Boolean _
) As ResultSetCollection
'Usage
 
Dim instance As ResultsConverter
Dim searchResults As IMMServerRowLayerSearchResults
Dim returnAttributes As Boolean
Dim value As ResultSetCollection
 
value = instance.ConvertResults(searchResults, returnAttributes)
public ResultSetCollection ConvertResults( 
   IMMServerRowLayerSearchResults searchResults,
   bool returnAttributes
)

Parameters

searchResults
returnAttributes
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

ResultsConverter Class
ResultsConverter Members
Overload List

 

 


Send Comment