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



Opc.Ua Namespace > NodeState Class > Export Method : Export(ISystemContext,NodeTable) Method
The object that describes how access the system containing the data.
A table of nodes.
Exports a copy of the node to a node table.
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal context As ISystemContext, _
   ByVal table As NodeTable _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim table As NodeTable
 
instance.Export(context, table)
public void Export( 
   ISystemContext context,
   NodeTable table
)
public:
void Export( 
   ISystemContext^ context,
   NodeTable^ table
) 

Parameters

context
The object that describes how access the system containing the data.
table
A table of 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

NodeState Class
NodeState Members
Overload List