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

context
browseName
source
copy

Glossary Item Box

Finds the child with the specified browse and assigns the values from any variables in the hierachy of the source.

Syntax

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

Parameters

context
browseName
source
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.