Opc.Ua.Core
Import(NodeId,NamespaceTable) Method



Opc.Ua Namespace > NodeSet Class > Import Method : Import(NodeId,NamespaceTable) Method
The node identifier.
The namespace URIs.
Updates the specified namespace tables and returns a NodeId that references those tables.
Syntax
'Declaration
 
Public Overloads Function Import( _
   ByVal nodeId As NodeId, _
   ByVal namespaceUris As NamespaceTable _
) As NodeId
'Usage
 
Dim instance As NodeSet
Dim nodeId As NodeId
Dim namespaceUris As NamespaceTable
Dim value As NodeId
 
value = instance.Import(nodeId, namespaceUris)

Parameters

nodeId
The node identifier.
namespaceUris
The namespace URIs.

Return Value

A NodeId that references those tables.
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