ArcFM Desktop Developer Guide
Branch Method


Scope of the branch pipeline
Scope of the trunk pipeline
Implement Branch to initiate a new pipeline, or simply provide the necessary steps within this method. The results of the branch are available to the Merge method.
Syntax
'Declaration
 
Protected MustOverride Function Branch( _
   ByVal branchScope As T_BranchScope, _
   ByVal baseScope As T_Scope _
) As T_BranchResult
'Usage
 
Dim instance As BranchHandler(Of T_Scope,T_Result,T_BranchScope,T_BranchResult)
Dim branchScope As T_BranchScope
Dim baseScope As T_Scope
Dim value As T_BranchResult
 
value = instance.Branch(branchScope, baseScope)
protected abstract T_BranchResult Branch( 
   T_BranchScope branchScope,
   T_Scope baseScope
)

Parameters

branchScope
Scope of the branch pipeline
baseScope
Scope of the trunk pipeline
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