ArcFM Server Developer Guide
ConvertResults(IMMSearchResults,Boolean) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The IMMSearchResults to convert from.
Whether to return the attributes for the features of the IMMSearchResults.
Convert values from an IMMSearchResults object into a ResultSetCollection.
Syntax
'Declaration
 
Public Overloads Function ConvertResults( _
   ByVal searchResults As IMMSearchResults, _
   ByVal returnAttributes As Boolean _
) As ResultSetCollection
'Usage
 
Dim instance As ResultsConverter
Dim searchResults As IMMSearchResults
Dim returnAttributes As Boolean
Dim value As ResultSetCollection
 
value = instance.ConvertResults(searchResults, returnAttributes)

Parameters

searchResults
The IMMSearchResults to convert from.
returnAttributes
Whether to return the attributes for the features of the IMMSearchResults.

Return Value

The ResultSetCollection containing the converted data.
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
RecordSet

 

 


Send Comment