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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinderCore Class > PointBinderCore Constructor : PointBinderCore Constructor(PointBinderCore)
The point binder to copy from.
Initializes a new instance of the class, copying values from given PointBinderCore.
Syntax
'Declaration
 
Protected Function New( _
   ByVal pointBinder As PointBinderCore _
)
'Usage
 
Dim pointBinder As PointBinderCore
 
Dim instance As New PointBinderCore(pointBinder)
protected PointBinderCore( 
   PointBinderCore pointBinder
)
protected:
PointBinderCore( 
   PointBinderCore^ 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