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



View with Navigation Tools
OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinder Class > PointBinder Constructor : PointBinder Constructor(PointBinder)
The point binder to copy from.

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

Initializes a new instance of the class, copying values from given PointBinder.
Syntax
'Declaration
 
Public Function New( _
   ByVal pointBinder As PointBinder _
)
 
'Usage
 
Dim pointBinder As PointBinder
 
Dim instance As New PointBinder(pointBinder)

Parameters

pointBinder
The point binder 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