ArcFM Engine Developer Guide
DisplayResults Method (IMMTraceRenderer)


Syntax
'Declaration
 
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 IMMTraceRenderer
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)
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
pJunctionResults
pClickPoint
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

IMMTraceRenderer Interface
IMMTraceRenderer Members

 

 


Send Comment