ArcFM Desktop Developer Guide
DisplayResults Method (IMMTraceRenderer)


Syntax
'Declaration
 
Sub DisplayResults( _
   ByVal pEdgeResults As IEnumNetEID, _
   ByVal pJunctionResults As IEnumNetEID, _
   ByVal pClickPoint As IPoint, _
   ByVal Shift As Integer, _
   ByVal pFeature As IFeature, _
   ByVal startEdgeEID As Integer _
) 
'Usage
 
Dim instance As IMMTraceRenderer
Dim pEdgeResults As IEnumNetEID
Dim pJunctionResults As IEnumNetEID
Dim pClickPoint As IPoint
Dim Shift As Integer
Dim pFeature As IFeature
Dim startEdgeEID As Integer
 
instance.DisplayResults(pEdgeResults, pJunctionResults, pClickPoint, Shift, pFeature, startEdgeEID)
void DisplayResults( 
   IEnumNetEID pEdgeResults,
   IEnumNetEID pJunctionResults,
   IPoint pClickPoint,
   int Shift,
   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