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



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

Parameters

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