EasyUA Reference
FindChild(ISystemContext,IList<QualifiedName>,Int32) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class > FindChild Method : FindChild(ISystemContext,IList<QualifiedName>,Int32) Method

context
The context to use.
browsePath
The browse path.
index
The current position in the browse path.

Glossary Item Box

Finds the child with the specified browse path.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim browsePath As IList(Of QualifiedName)
Dim index As Integer
Dim value As BaseInstanceState
 
value = instance.FindChild(context, browsePath, index)

Parameters

context
The context to use.
browsePath
The browse path.
index
The current position in the browse path.

Return Value

The target if found. Null otherwise.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.