OPC Studio User's Guide and Reference
Level Property (UANodeTreePosition)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Graphs Namespace > UANodeTreePosition Class : Level Property
Determines the level of this object inside a tree.
Syntax
'Declaration
 
Public ReadOnly Property Level As Integer
'Usage
 
Dim instance As UANodeTreePosition
Dim value As Integer
 
value = instance.Level
public int Level {get;}
public:
property int Level {
   int get();
}

Property Value

Level of the object.
Remarks
The root has a level of 0.
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