ArcFM Engine Developer Guide
SetSearchResults Method


Version: 10.2 and 10.2.1

Resource Center Home

Syntax
'Declaration
 
Public Sub SetSearchResults( _
   ByVal edges As HashSet(Of Integer), _
   ByVal junctions As HashSet(Of Integer), _
   ByVal clickPoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal startFeature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal geomNet As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal startEID As Integer _
) 
'Usage
 
Dim instance As TraceResultsRendererExt
Dim edges As HashSet(Of Integer)
Dim junctions As HashSet(Of Integer)
Dim clickPoint As ESRI.ArcGIS.Geometry.IPoint
Dim startFeature As ESRI.ArcGIS.Geodatabase.IFeature
Dim geomNet As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim startEID As Integer
 
instance.SetSearchResults(edges, junctions, clickPoint, startFeature, geomNet, startEID)
public void SetSearchResults( 
   HashSet<int> edges,
   HashSet<int> junctions,
   ESRI.ArcGIS.Geometry.IPoint clickPoint,
   ESRI.ArcGIS.Geodatabase.IFeature startFeature,
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geomNet,
   int startEID
)

Parameters

edges
junctions
clickPoint
startFeature
geomNet
startEID
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

TraceResultsRendererExt Class
TraceResultsRendererExt Members

 

 


Send Comment