QuickOPC User's Guide and Reference
GetRoot Method (AENodeTreePosition)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Graphs Namespace > AENodeTreePosition Class : GetRoot Method
Determines root of a tree to which the current tree position belongs.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Function GetRoot() As AENodeTreePosition
'Usage
 
Dim instance As AENodeTreePosition
Dim value As AENodeTreePosition
 
value = instance.GetRoot()
[NotNull()]
public AENodeTreePosition GetRoot()
[NotNull()]
public:
AENodeTreePosition^ GetRoot(); 

Return Value

Returns a root position in this tree.
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