Opc.Ua.Core
CloneChildren Method



Opc.Ua Namespace > NodeState Class : CloneChildren Method
Makes a copy of all children. Children must implement MemberwiseClone or ICloneable.
Syntax
'Declaration
 
Protected Function CloneChildren( _
   ByVal clone As NodeState _
) As Object
'Usage
 
Dim instance As NodeState
Dim clone As NodeState
Dim value As Object
 
value = instance.CloneChildren(clone)
protected object CloneChildren( 
   NodeState clone
)
protected:
Object^ CloneChildren( 
   NodeState^ clone
) 

Parameters

clone
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