Responder Developer Guide
ToSetOfPhases Method


Version: 10.2.1a

Resource Center Home

An integer value between 0 and 7 representing phases.
Converts an integer (BitField32) value into a SetOfPhases enum value.
Syntax
'Declaration
 
Public Shared Function ToSetOfPhases( _
   ByVal field As BitField32 _
) As SetOfPhases
'Usage
 
Dim field As BitField32
Dim value As SetOfPhases
 
value = ElectricTraceWeight.ToSetOfPhases(field)
public static SetOfPhases ToSetOfPhases( 
   BitField32 field
)

Parameters

field
An integer value between 0 and 7 representing phases.

Return Value

A SetOfPhases value useful for interacting with the ArcFM Feeder Manager.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException Thrown if the field parameter is not a valid SetOfPhases value (between 0 and 7).
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