EasyUA Reference
Export(NodeId,NamespaceTable) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeSet Class > Export Method : Export(NodeId,NamespaceTable) Method

nodeId
The node identifier.
namespaceUris
The namespace URIs.

Glossary Item Box

Updates the nodeset string tables and returns a NodeId that references those tables.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeSet
Dim nodeId As NodeId
Dim namespaceUris As NamespaceTable
Dim value As NodeId
 
value = instance.Export(nodeId, namespaceUris)

Parameters

nodeId
The node identifier.
namespaceUris
The namespace URIs.

Return Value

A NodeId that references those tables.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.