OPC Studio User's Guide and Reference
MakeLinks Method (PointBinding)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinding Class : MakeLinks Method
The binder to be used.

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

true to make the links; false to break the links.
Makes or breaks the links of this binding.
Syntax
'Declaration
 
Protected Friend Overrides NotOverridable Sub MakeLinks( _
   ByVal binder As BinderBase, _
   ByVal make As Boolean _
) 
 
'Usage
 
Dim instance As PointBinding
Dim binder As BinderBase
Dim make As Boolean
 
instance.MakeLinks(binder, make)

Parameters

binder
The binder to be used.

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

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