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

context
The context to use.
browseName
The browse name.

Glossary Item Box

Finds the child with the specified browse name

Syntax

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

Parameters

context
The context to use.
browseName
The browse name.

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.