EasyUA Reference
CreateChild Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class : CreateChild Method

context
The context to use.
browseName
The browse name.

Glossary Item Box

Finds or creates 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.CreateChild(context, browseName)

Parameters

context
The context to use.
browseName
The browse name.

Return Value

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