OPC Studio User's Guide and Reference
SetResult(DAVtqResult) Method



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAItemMapping Class > SetResult Method : SetResult(DAVtqResult) Method
The result object that contains the data for the target.

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

Uses the given OpcLabs.EasyOpc.DataAccess.OperationModel.DAVtqResult object to set the value of the linking target.
Syntax
'Declaration
 
Public Overloads Sub SetResult( _
   ByVal vtqResult As DAVtqResult _
) 
 
'Usage
 
Dim instance As DAItemMapping
Dim vtqResult As DAVtqResult
 
instance.SetResult(vtqResult)

Parameters

vtqResult
The result object that contains the data for the target.

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