ArcFM Engine Developer Guide
Merge Method (BranchHandler<T_Scope,T_Result,T_BranchScope,T_BranchResult>)


Trunk result
Branch result
Override Merge to combine the branch results with the trunk results. The default implementation simply returns the trunk results.
Syntax
'Declaration
 
Protected Overridable Function Merge( _
   ByVal result As T_Result, _
   ByVal branchResult As T_BranchResult _
) As T_Result
'Usage
 
Dim instance As BranchHandler(Of T_Scope,T_Result,T_BranchScope,T_BranchResult)
Dim result As T_Result
Dim branchResult As T_BranchResult
Dim value As T_Result
 
value = instance.Merge(result, branchResult)
protected virtual T_Result Merge( 
   T_Result result,
   T_BranchResult branchResult
)

Parameters

result
Trunk result
branchResult
Branch result
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

BranchHandler<T_Scope,T_Result,T_BranchScope,T_BranchResult> Class
BranchHandler<T_Scope,T_Result,T_BranchScope,T_BranchResult> Members

 

 


Send Comment