QuickOPC User's Guide and Reference
SetResult(DAVtqResult) Method



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.
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)
public void SetResult( 
   DAVtqResult vtqResult
)
public:
void SetResult( 
   DAVtqResult^ vtqResult
) 

Parameters

vtqResult
The result object that contains the data for the target.
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