ArcFM Engine Developer Guide
PhasesInCommon Method


Syntax
'Declaration
 
Public Shared Function PhasesInCommon( _
   ByVal p1 As Phases, _
   ByVal p2 As Phases _
) As Phases
'Usage
 
Dim p1 As Phases
Dim p2 As Phases
Dim value As Phases
 
value = ElectricTraceWeight.PhasesInCommon(p1, p2)
public static Phases PhasesInCommon( 
   Phases p1,
   Phases p2
)

Parameters

p1
p2
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

ElectricTraceWeight Class
ElectricTraceWeight Members

 

 


Send Comment