QuickOPC User's Guide and Reference
MakeLinks Method (AbstractBindingGroup)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > AbstractBindingGroup Class : MakeLinks Method
true to make the links; false to break the links.
Makes or breaks the links of this binding group (including all bindings it contains).
Syntax
'Declaration
 
Protected Friend Overridable Sub MakeLinks( _
   ByVal make As Boolean _
) 
'Usage
 
Dim instance As AbstractBindingGroup
Dim make As Boolean
 
instance.MakeLinks(make)
protected internal virtual void MakeLinks( 
   bool make
)
protected internal:
virtual void MakeLinks( 
   bool make
) 

Parameters

make
true to make the links; false to break the links.
Remarks
This encompasses both incoming and outgoing links.
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