Opc.Ua.Core
NodeTable Constructor



Opc.Ua Namespace > NodeTable Class : NodeTable Constructor
The namespace URIs.
The server URIs.
The type tree.
Initializes the object.
Syntax
'Declaration
 
Public Function New( _
   ByVal namespaceUris As NamespaceTable, _
   ByVal serverUris As StringTable, _
   ByVal typeTree As TypeTable _
)
'Usage
 
Dim namespaceUris As NamespaceTable
Dim serverUris As StringTable
Dim typeTree As TypeTable
 
Dim instance As New NodeTable(namespaceUris, serverUris, typeTree)

Parameters

namespaceUris
The namespace URIs.
serverUris
The server URIs.
typeTree
The type tree.
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

NodeTable Class
NodeTable Members