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

node
The node.

Glossary Item Box

Adds a node to the table (takes ownership of the object passed in).

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeTable
Dim node As ILocalNode
 
instance.Attach(node)
C# 
public void Attach( 
   ILocalNode node
)

Parameters

node
The node.

Remarks

Any existing node is removed.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.