Responder Developer Guide
Validate(SetOfPhases) Method


Version: 10.2.1a

Resource Center Home

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

Parameters

phases
A SetOfPhases enum value.
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