Responder Developer Guide
ToPhaseChangeCode Method


Version: 10.2.1a

Resource Center Home

An integer value between 0 and 6, inclusive, representing a phase-change.
Converts an integer (BitField32) value into a PhaseChangeCode enum value.
Syntax
'Declaration
 
Public Shared Function ToPhaseChangeCode( _
   ByVal field As BitField32 _
) As PhaseChangeCode
'Usage
 
Dim field As BitField32
Dim value As PhaseChangeCode
 
value = ElectricTraceWeight.ToPhaseChangeCode(field)
public static PhaseChangeCode ToPhaseChangeCode( 
   BitField32 field
)

Parameters

field
An integer value between 0 and 6, inclusive, representing a phase-change.

Return Value

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