OPC Studio User's Guide and Reference
Assign(DAVtqResult,DAItemPoint) Method



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAItemPointReadArguments Class > Assign Method : Assign(DAVtqResult,DAItemPoint) Method
The VTQ result to be assigned to these arguments.

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

The item point that is the source of the data.

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

Assigns OpcLabs.EasyOpc.DataAccess.OperationModel.DAVtqResult to the arguments.
Syntax
'Declaration
 
Public Overloads Sub Assign( _
   ByVal vtqResult As DAVtqResult, _
   ByVal itemPoint As DAItemPoint _
) 
'Usage
 
Dim instance As DAItemPointReadArguments
Dim vtqResult As DAVtqResult
Dim itemPoint As DAItemPoint
 
instance.Assign(vtqResult, itemPoint)
public void Assign( 
   DAVtqResult vtqResult,
   DAItemPoint itemPoint
)
public:
void Assign( 
   DAVtqResult^ vtqResult,
   DAItemPoint^ itemPoint
) 

Parameters

vtqResult
The VTQ result to be assigned to these arguments.

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

itemPoint
The item point that is the source of the data.

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