Opc.Ua.Core
Import(ISystemContext,NodeStateCollection) Method



Opc.Ua.Export Namespace > UANodeSet Class : Import(ISystemContext,NodeStateCollection) Method
Imports a node from the set.
Syntax
'Declaration
 
Public Sub Import( _
   ByVal context As ISystemContext, _
   ByVal nodes As NodeStateCollection _
) 
'Usage
 
Dim instance As UANodeSet
Dim context As ISystemContext
Dim nodes As NodeStateCollection
 
instance.Import(context, nodes)

Parameters

context
nodes
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

UANodeSet Class
UANodeSet Members