ArcFM Server Developer Guide
ConvertResults(IMMRowSearchResults,Boolean) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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

Parameters

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

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