ArcFM Server Developer Guide
ConvertResults(IMMEidSearchResults,Boolean,Boolean,ResultsConverterOption,ISpatialReference) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The IMMEidSearchResults containing the trace results.
Whether to include junctions in the results.
Whether to include edges in the results.
The ResultsConverterOptions containing settings to control how the results are converted.
The ISpatialReference to project results.
Convert IMMEidSearchResults into ResultSetCollection.
Syntax
'Declaration
 
Public Overloads Function ConvertResults( _
   ByVal elementIdSearchResults As IMMEidSearchResults, _
   ByVal includeJunctions As Boolean, _
   ByVal includeEdges As Boolean, _
   ByVal resultsConverterOptions As ResultsConverterOption, _
   ByVal outputSpatialReference As ESRI.ArcGIS.Geometry.ISpatialReference _
) As ResultSetCollection
'Usage
 
Dim instance As ResultsConverter
Dim elementIdSearchResults As IMMEidSearchResults
Dim includeJunctions As Boolean
Dim includeEdges As Boolean
Dim resultsConverterOptions As ResultsConverterOption
Dim outputSpatialReference As ESRI.ArcGIS.Geometry.ISpatialReference
Dim value As ResultSetCollection
 
value = instance.ConvertResults(elementIdSearchResults, includeJunctions, includeEdges, resultsConverterOptions, outputSpatialReference)
public ResultSetCollection ConvertResults( 
   IMMEidSearchResults elementIdSearchResults,
   bool includeJunctions,
   bool includeEdges,
   ResultsConverterOption resultsConverterOptions,
   ESRI.ArcGIS.Geometry.ISpatialReference outputSpatialReference
)

Parameters

elementIdSearchResults
The IMMEidSearchResults containing the trace results.
includeJunctions
Whether to include junctions in the results.
includeEdges
Whether to include edges in the results.
resultsConverterOptions
The ResultsConverterOptions containing settings to control how the results are converted.
outputSpatialReference
The ISpatialReference to project results.
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