Opc.Ua.Core
ReplaceChild Method



Opc.Ua Namespace > NodeState Class : ReplaceChild Method
The context to use.
The child to add or replace.
Creates or replaces the child with the same browse name.
Syntax
'Declaration
 
Public Overridable Sub ReplaceChild( _
   ByVal context As ISystemContext, _
   ByVal child As BaseInstanceState _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim child As BaseInstanceState
 
instance.ReplaceChild(context, child)
public virtual void ReplaceChild( 
   ISystemContext context,
   BaseInstanceState child
)
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, 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