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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAPropertyMapping Class : SetResult Method
The result object that contains the data for the target.
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)
public void SetResult( 
   ValueResult valueResult
)
public:
void SetResult( 
   ValueResult^ valueResult
) 

Parameters

valueResult
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