EasyUA Reference
SetChildValue(ISystemContext,QualifiedName,Object,Boolean) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class > SetChildValue Method : SetChildValue(ISystemContext,QualifiedName,Object,Boolean) Method

context
browseName
value
copy

Glossary Item Box

Finds the child variable with the specified browse and assigns the value to it.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim browseName As QualifiedName
Dim value As Object
Dim copy As Boolean
Dim value As Boolean
 
value = instance.SetChildValue(context, browseName, value, copy)

Parameters

context
browseName
value
copy

Return Value

False if the child does not exist or is not a variable.

Remarks

Creates the child if does not already exist.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.