OPC Studio User's Guide and Reference
Bind Method (IBindingProvider)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > IBindingProvider Interface : Bind Method
The binding to be bound.

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

Binds a given binding.
Syntax
'Declaration
 
Sub Bind( _
   ByVal binding As IAbstractBinding _
) 
'Usage
 
Dim instance As IBindingProvider
Dim binding As IAbstractBinding
 
instance.Bind(binding)
void Bind( 
   IAbstractBinding binding
)
void Bind( 
   IAbstractBinding^ binding
) 

Parameters

binding
The binding to be bound.

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

Exceptions
ExceptionDescription
An error during live binding has occurred.
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