QuickOPC User's Guide and Reference
Level Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Graphs Namespace > UATreePosition Class : Level Property
Determines the level of this object inside a tree.
Syntax
'Declaration
 
Public ReadOnly Property Level As Integer
'Usage
 
Dim instance As UATreePosition
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 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

UATreePosition Class
UATreePosition Members