Opc.Ua.Core
SetChildValue(ISystemContext,QualifiedName,BaseInstanceState,Boolean) Method



Opc.Ua Namespace > NodeState Class > SetChildValue Method : SetChildValue(ISystemContext,QualifiedName,BaseInstanceState,Boolean) Method
Finds the child with the specified browse and assigns the values from any variables in the hierachy of the source.
Syntax
'Declaration
 
Public Overloads Function SetChildValue( _
   ByVal context As ISystemContext, _
   ByVal browseName As QualifiedName, _
   ByVal source As BaseInstanceState, _
   ByVal copy As Boolean _
) As Boolean
'Usage
 
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, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members
Overload List