OPC Studio User's Guide and Reference
AENodeTreePosition Constructor(AENodeElement,AENodeTreePosition)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Graphs Namespace > AENodeTreePosition Class > AENodeTreePosition Constructor : AENodeTreePosition Constructor(AENodeElement,AENodeTreePosition)
Contains information gathered about a node in OPC server's address space.

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

The parent object in the tree.

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

Initializes a new instance of the class, specifying the node element and parent position.
Syntax
'Declaration
 
Public Function New( _
   ByVal nodeElement As AENodeElement, _
   ByVal parentPosition As AENodeTreePosition _
)
'Usage
 
Dim nodeElement As AENodeElement
Dim parentPosition As AENodeTreePosition
 
Dim instance As New AENodeTreePosition(nodeElement, parentPosition)

Parameters

nodeElement
Contains information gathered about a node in OPC server's address space.

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

parentPosition
The parent object in the tree.

The value of this parameter can 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