Responder Developer Guide
Validate(PhaseChangeCode) Method


Version: 10.2.1a

Resource Center Home

Validates that the specified SetOfPhases enum value is valid.
Syntax
'Declaration
 
Public Overloads Shared Sub Validate( _
   ByVal phaseChangeCode As PhaseChangeCode _
) 
'Usage
 
Dim phaseChangeCode As PhaseChangeCode
 
ElectricTraceWeight.Validate(phaseChangeCode)
public static void Validate( 
   PhaseChangeCode phaseChangeCode
)

Parameters

phaseChangeCode
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentException Thrown if the phases 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
Overload List

 

 


Send Comment