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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Graphs Namespace > BrowseTreePosition Class : IsTreeRoot Property
Determines whether this object represents a root of the tree.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property IsTreeRoot As Boolean
'Usage
 
Dim instance As BrowseTreePosition
Dim value As Boolean
 
value = instance.IsTreeRoot
[Browsable(false)]
public bool IsTreeRoot {get;}
[Browsable(false)]
public:
property bool IsTreeRoot {
   bool get();
}

Property Value

The default value of this property is True.

True if this objects represents a root; false otherwise.
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