Opc.Ua.Core
Export(ISystemContext,Node) Method



Opc.Ua Namespace > NodeState Class > Export Method : Export(ISystemContext,Node) Method
The object that describes how access the system containing the data.
The node to update with the values from the instance.
Exports a copy of the node to a node table.
Syntax
'Declaration
 
Protected Overloads Overridable Sub Export( _
   ByVal context As ISystemContext, _
   ByVal node As Node _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim node As Node
 
instance.Export(context, node)
protected virtual void Export( 
   ISystemContext context,
   Node node
)
protected:
virtual void Export( 
   ISystemContext^ context,
   Node^ node
) 

Parameters

context
The object that describes how access the system containing the data.
node
The node to update with the values from the instance.
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

NodeState Class
NodeState Members
Overload List