QuickOPC User's Guide and Reference
PointBinder Constructor(PointBinder)



OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinder Class > PointBinder Constructor : PointBinder Constructor(PointBinder)
The point binder to copy from.
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)
public PointBinder( 
   PointBinder pointBinder
)
public:
PointBinder( 
   PointBinder^ pointBinder
)

Parameters

pointBinder
The point binder to copy from.
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