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



Opc.Ua Namespace > NodeState Class > FindChild Method : FindChild(ISystemContext,QualifiedName,Boolean,BaseInstanceState) Method
The context for the system being accessed.
The browse name of the children to add.
if set to true and the child could exist then the child is created.
The replacement to use if createOrReplace is true.
Finds the child with the specified browse name.
Syntax
'Declaration
 
Protected Overloads Overridable Function FindChild( _
   ByVal context As ISystemContext, _
   ByVal browseName As QualifiedName, _
   ByVal createOrReplace As Boolean, _
   ByVal replacement As BaseInstanceState _
) As BaseInstanceState
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim browseName As QualifiedName
Dim createOrReplace As Boolean
Dim replacement As BaseInstanceState
Dim value As BaseInstanceState
 
value = instance.FindChild(context, browseName, createOrReplace, replacement)

Parameters

context
The context for the system being accessed.
browseName
The browse name of the children to add.
createOrReplace
if set to true and the child could exist then the child is created.
replacement
The replacement to use if createOrReplace is true.

Return Value

The child.
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