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


Calls Branch, then base.Process, then Merge.
Syntax
'Declaration
 
Public Overrides Function Process( _
   ByVal scope As T_Scope _
) As T_Result
'Usage
 
Dim instance As BranchHandler(Of T_Scope,T_Result,T_BranchScope,T_BranchResult)
Dim scope As T_Scope
Dim value As T_Result
 
value = instance.Process(scope)
public override T_Result Process( 
   T_Scope scope
)

Parameters

scope
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