Responder Developer Guide
IsPhaseAbnormal Method (WriteStatusChangeRequestFromDiscretePhase)


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Protected Overrides Function IsPhaseAbnormal( _
   ByVal phaseIsClosed As Boolean, _
   ByVal requestedPhase As Phases, _
   ByVal currentPhase As Phases _
) As Boolean
'Usage
 
Dim instance As WriteStatusChangeRequestFromDiscretePhase
Dim phaseIsClosed As Boolean
Dim requestedPhase As Phases
Dim currentPhase As Phases
Dim value As Boolean
 
value = instance.IsPhaseAbnormal(phaseIsClosed, requestedPhase, currentPhase)
protected override bool IsPhaseAbnormal( 
   bool phaseIsClosed,
   Phases requestedPhase,
   Phases currentPhase
)

Parameters

phaseIsClosed
requestedPhase
currentPhase
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

WriteStatusChangeRequestFromDiscretePhase Class
WriteStatusChangeRequestFromDiscretePhase Members

 

 


Send Comment