ArcFM Engine Developer Guide
SetSearchResults Method


Version: 10.2.1a

Resource Center Home

Key: Edge EIDS, Value:meaningless bool (not inspected)
Key: Junction EIDS, Value:meaningless bool (not inspected)
IPoint in map space of where user clicked (get from IDisplay.ToMapPoint)
IFeature that the user clicked on
Call this method to build the trace result geometries and to set up the AfterDraw listener so that edges, junction, and buffers are drawn to the screen as the user pans and zooms.
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
Key: Edge EIDS, Value:meaningless bool (not inspected)
junctions
Key: Junction EIDS, Value:meaningless bool (not inspected)
clickPoint
IPoint in map space of where user clicked (get from IDisplay.ToMapPoint)
startFeature
IFeature that the user clicked on
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