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



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Graphs Namespace > BrowseTreePosition Class : Level Property
Determines the level of this object inside a tree.
Syntax
'Declaration
 
Public ReadOnly Property Level As Integer
 
'Usage
 
Dim instance As BrowseTreePosition
Dim value As Integer
 
value = instance.Level

Property Value

The default value of this property is 0.

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