Opc.Ua.Core
Export(ExpandedNodeId,NamespaceTable,StringTable) Method



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

Parameters

nodeId
The node identifier.
namespaceUris
The namespace URIs.
serverUris
The server 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