EasyUA Reference
Import(NodeSet,IDictionary<NodeId,IList<IReference>>) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeTable Class > Import Method : Import(NodeSet,IDictionary<NodeId,IList<IReference>>) Method

nodeSet
The node set.
externalReferences
The external references.

Glossary Item Box

Adds a set of nodes to the table.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeTable
Dim nodeSet As NodeSet
Dim externalReferences As IDictionary(Of NodeId,IList(Of IReference))
Dim value As List(Of Node)
 
value = instance.Import(nodeSet, externalReferences)

Parameters

nodeSet
The node set.
externalReferences
The external references.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.