OPC Studio User's Guide and Reference
NodeCollection Constructor(Node)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.NodeSpace Namespace > NodeCollection Class > NodeCollection Constructor : NodeCollection Constructor(Node)
The node that owns the node collection.

The value of this parameter cannot be null (Nothing in Visual Basic).

Initializes a new instance of the class with given owner node.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As Node _
)
 
'Usage
 
Dim owner As Node
 
Dim instance As New NodeCollection(owner)

Parameters

owner
The node that owns the node collection.

The value of this parameter cannot be null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also