QuickOPC User's Guide and Reference
Assign(DAVtq,DAItemPoint) Method



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAItemPointArguments Class > Assign Method : Assign(DAVtq,DAItemPoint) Method
The value/timestamp/quality to be assigned to these arguments.
The item point that is the source of the data.
Assigns OpcLabs.EasyOpc.DataAccess.DAVtq to the arguments.
Syntax
'Declaration
 
Protected Overloads Sub Assign( _
   ByVal vtq As DAVtq, _
   ByVal itemPoint As DAItemPoint _
) 
'Usage
 
Dim instance As DAItemPointArguments
Dim vtq As DAVtq
Dim itemPoint As DAItemPoint
 
instance.Assign(vtq, itemPoint)
protected void Assign( 
   DAVtq vtq,
   DAItemPoint itemPoint
)
protected:
void Assign( 
   DAVtq^ vtq,
   DAItemPoint^ itemPoint
) 

Parameters

vtq
The value/timestamp/quality to be assigned to these arguments.
itemPoint
The item point that is the source of the data.
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