Opc.Ua.Core
Attach Method (NodeTable)



Opc.Ua Namespace > NodeTable Class : Attach Method
The node.
Adds a node to the table (takes ownership of the object passed in).
Syntax
'Declaration
 
Public Sub Attach( _
   ByVal node As ILocalNode _
) 
'Usage
 
Dim instance As NodeTable
Dim node As ILocalNode
 
instance.Attach(node)
public void Attach( 
   ILocalNode node
)
public:
void Attach( 
   ILocalNode^ node
) 

Parameters

node
The node.
Remarks
Any existing node is removed.
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

NodeTable Class
NodeTable Members