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

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

Glossary Item Box

Translates all namespace/server indexes in attributes or references and returns a copy of the node.

Syntax

Visual Basic (Usage)Copy Code
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.