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



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAPropertyMapping Class : SetResult 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.BaseLib.OperationModel.ValueResult object to set the value of the linking target.
Syntax
'Declaration
 
Public Sub SetResult( _
   ByVal valueResult As ValueResult _
) 
 
'Usage
 
Dim instance As DAPropertyMapping
Dim valueResult As ValueResult
 
instance.SetResult(valueResult)

Parameters

valueResult
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