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



Opc.Ua Namespace > BaseObjectState 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 Overrides Sub Export( _
   ByVal context As ISystemContext, _
   ByVal node As Node _
) 
'Usage
 
Dim instance As BaseObjectState
Dim context As ISystemContext
Dim node As Node
 
instance.Export(context, node)
protected override void Export( 
   ISystemContext context,
   Node node
)
protected:
void Export( 
   ISystemContext^ context,
   Node^ node
) override 

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

BaseObjectState Class
BaseObjectState Members
Overload List