Responder Developer Guide
ContainsPhase Method


Syntax
'Declaration
 
Public Shared Function ContainsPhase( _
   ByVal phase As SinglePhase, _
   ByVal phaseSet As Phases _
) As Boolean
'Usage
 
Dim phase As SinglePhase
Dim phaseSet As Phases
Dim value As Boolean
 
value = Phasing.ContainsPhase(phase, phaseSet)
public static bool ContainsPhase( 
   SinglePhase phase,
   Phases phaseSet
)

Parameters

phase
phaseSet
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

Phasing Class
Phasing Members

 

 


Send Comment