Opc.Ua.Core
Copy Method (NodeSet)



Opc.Ua Namespace > NodeSet Class : Copy Method
The node to import.
The namespace URIs.
The server URIs.
Translates all namespace/server indexes in attributes or references and returns a copy of the node.
Syntax
'Declaration
 
Public Function Copy( _
   ByVal nodeToImport As Node, _
   ByVal namespaceUris As NamespaceTable, _
   ByVal serverUris As StringTable _
) As Node
'Usage
 
Dim instance As NodeSet
Dim nodeToImport As Node
Dim namespaceUris As NamespaceTable
Dim serverUris As StringTable
Dim value As Node
 
value = instance.Copy(nodeToImport, namespaceUris, serverUris)

Parameters

nodeToImport
The node to import.
namespaceUris
The namespace URIs.
serverUris
The server URIs.

Return Value

Translated copy of the node.
Remarks
Only imports references stored in the References collection.
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