ArcFM Engine Developer Guide
Add Method (PhaseExtensions)


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function Add( _
   ByVal x As Phases, _
   ByVal y As Phases _
) As Phases
'Usage
 
Dim x As Phases
Dim y As Phases
Dim value As Phases
 
value = PhaseExtensions.Add(x, y)
[Extension()]
public static Phases Add( 
   Phases 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

PhaseExtensions Class
PhaseExtensions Members

 

 


Send Comment