Responder Developer Guide
EnumeratePhases Method (Phasing)


Syntax
'Declaration
 
<IteratorStateMachineAttribute(Miner.Responder.Model.Electric.Phasing/d__8)>
Public Shared Function EnumeratePhases( _
   ByVal phases As Phases, _
   ByVal includeNeutral As Boolean _
) As IEnumerable(Of SinglePhase)
'Usage
 
Dim phases As Phases
Dim includeNeutral As Boolean
Dim value As IEnumerable(Of SinglePhase)
 
value = Phasing.EnumeratePhases(phases, includeNeutral)
[IteratorStateMachine(Miner.Responder.Model.Electric.Phasing/d__8)]
public static IEnumerable<SinglePhase> EnumeratePhases( 
   Phases phases,
   bool includeNeutral
)

Parameters

phases
includeNeutral
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

Phasing Class
Phasing Members

 

 


Send Comment