ArcFM Solution Developer Guide
DrawOrSelectTraceResults Method


Syntax
'Declaration
 
Public Shared Sub DrawOrSelectTraceResults( _
   ByVal application As IApplication, _
   ByVal junctionList As IEnumNetEID, _
   ByVal edgeList As IEnumNetEID, _
   ByVal overrideSelectSetting As System.Boolean _
) 
'Usage
 
Dim application As IApplication
Dim junctionList As IEnumNetEID
Dim edgeList As IEnumNetEID
Dim overrideSelectSetting As System.Boolean
 
PhaseSwapUtils.DrawOrSelectTraceResults(application, junctionList, edgeList, overrideSelectSetting)
public static void DrawOrSelectTraceResults( 
   IApplication application,
   IEnumNetEID junctionList,
   IEnumNetEID edgeList,
   System.bool overrideSelectSetting
)

Parameters

application
junctionList
edgeList
overrideSelectSetting
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

PhaseSwapUtils Class
PhaseSwapUtils Members

 

 


Send Comment