Opc.Ua.Core
Export(ISystemContext,NodeState,Boolean) Method



Opc.Ua.Export Namespace > UANodeSet Class : Export(ISystemContext,NodeState,Boolean) Method
Adds a node to the set.
Syntax
'Declaration
 
Public Sub Export( _
   ByVal context As ISystemContext, _
   ByVal node As NodeState, _
   Optional ByVal outputRedundantNames As Boolean _
) 
'Usage
 
Dim instance As UANodeSet
Dim context As ISystemContext
Dim node As NodeState
Dim outputRedundantNames As Boolean
 
instance.Export(context, node, outputRedundantNames)

Parameters

context
node
outputRedundantNames
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