Responder Developer Guide
Add Method (Phasing)


Syntax
'Declaration
 
Public Shared Function Add( _
   ByVal x As SinglePhase, _
   ByVal y As Phases _
) As Phases
'Usage
 
Dim x As SinglePhase
Dim y As Phases
Dim value As Phases
 
value = Phasing.Add(x, y)
public static Phases Add( 
   SinglePhase x,
   Phases y
)

Parameters

x
y
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