Responder Developer Guide
NumberOfPhases Method


Syntax
'Declaration
 
Public Shared Function NumberOfPhases( _
   ByVal phases As Phases, _
   ByVal includeNeutral As Boolean _
) As Integer
'Usage
 
Dim phases As Phases
Dim includeNeutral As Boolean
Dim value As Integer
 
value = Phasing.NumberOfPhases(phases, includeNeutral)
public static int NumberOfPhases( 
   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