Opc.Ua.Core
Add(ILocalNode,NamespaceTable,StringTable) Method



Opc.Ua Namespace > NodeSet Class > Add Method : Add(ILocalNode,NamespaceTable,StringTable) Method
The node to export.
The namespace URIs.
The server URIs.
Adds a node to the set after translating all namespace/server indexes in attributes or references.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal nodeToExport As ILocalNode, _
   ByVal namespaceUris As NamespaceTable, _
   ByVal serverUris As StringTable _
) As Node
'Usage
 
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, 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

NodeSet Class
NodeSet Members
Overload List