ArcFM Engine Developer Guide
DisplayResults Method (TraceResultsRendererExt)


Version: 10.2.1a

Resource Center Home

Edge eids for trace
Junction eids for trace
Point where user clicked
Called by VB6 ArcMap tracing code. The expected entry point into the trace renderer extension
Syntax
'Declaration
 
Public Sub DisplayResults( _
   ByVal pEdgeResults As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal pJunctionResults As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal pClickPoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal shift As Integer, _
   ByVal pFeature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal startEdgeEID As Integer _
) 
'Usage
 
Dim instance As TraceResultsRendererExt
Dim pEdgeResults As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim pJunctionResults As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim pClickPoint As ESRI.ArcGIS.Geometry.IPoint
Dim shift As Integer
Dim pFeature As ESRI.ArcGIS.Geodatabase.IFeature
Dim startEdgeEID As Integer
 
instance.DisplayResults(pEdgeResults, pJunctionResults, pClickPoint, shift, pFeature, startEdgeEID)
public void DisplayResults( 
   ESRI.ArcGIS.Geodatabase.IEnumNetEID pEdgeResults,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID pJunctionResults,
   ESRI.ArcGIS.Geometry.IPoint pClickPoint,
   int shift,
   ESRI.ArcGIS.Geodatabase.IFeature pFeature,
   int startEdgeEID
)

Parameters

pEdgeResults
Edge eids for trace
pJunctionResults
Junction eids for trace
pClickPoint
Point where user clicked
shift
pFeature
startEdgeEID
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