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

context
The context to use.
child
The child to add or replace.

Glossary Item Box

Creates or replaces the child with the same browse name.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim child As BaseInstanceState
 
instance.ReplaceChild(context, child)
C# 
public virtual void ReplaceChild( 
   ISystemContext context,
   BaseInstanceState child
)

Parameters

context
The context to use.
child
The child to add or replace.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.