OPC Studio User's Guide and Reference
SetBindingBag Constructor(SetBindingBag)



View with Navigation Tools
OpcLabs.BaseLibPresentation Assembly > OpcLabs.BaseLib.Presentation.LiveBinding Namespace > SetBindingBag Class > SetBindingBag Constructor : SetBindingBag Constructor(SetBindingBag)
The object to copy from.

The value of this parameter cannot be null (Nothing in Visual Basic).

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)

Parameters

setBindingBag
The object to copy from.

The value of this parameter cannot be null (Nothing in Visual Basic).

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