EasyUA Reference
Add(ILocalNode,NamespaceTable,StringTable) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeSet Class > Add Method : Add(ILocalNode,NamespaceTable,StringTable) Method

nodeToExport
The node to export.
namespaceUris
The namespace URIs.
serverUris
The server URIs.

Glossary Item Box

Adds a node to the set after translating all namespace/server indexes in attributes or references.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeSet
Dim nodeToExport As ILocalNode
Dim namespaceUris As NamespaceTable
Dim serverUris As StringTable
Dim value As Node
 
value = instance.Add(nodeToExport, namespaceUris, serverUris)

Parameters

nodeToExport
The node to export.
namespaceUris
The namespace URIs.
serverUris
The server URIs.

Return Value

The node.

Remarks

Does not add references.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.