QuickOPC User's Guide and Reference
SetBindingBag Constructor(SetBindingBag)



OpcLabs.BaseLibPresentation Assembly > OpcLabs.BaseLib.Presentation.LiveBinding Namespace > SetBindingBag Class > SetBindingBag Constructor : SetBindingBag Constructor(SetBindingBag)
The object to copy from.
Initializes a new instance of the class, cloning bindings and copying other properties from given SetBindingBag.
Syntax
'Declaration
 
Public Function New( _
   ByVal setBindingBag As SetBindingBag _
)
'Usage
 
Dim setBindingBag As SetBindingBag
 
Dim instance As New SetBindingBag(setBindingBag)
public SetBindingBag( 
   SetBindingBag setBindingBag
)
public:
SetBindingBag( 
   SetBindingBag^ setBindingBag
)

Parameters

setBindingBag
The object to copy from.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also