QuickOPC User's Guide and Reference
IsRoot Property (UATreePosition)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Graphs Namespace > UATreePosition Class : IsRoot Property
Determines whether this object represents a root of the tree.
Syntax
'Declaration
 
Public ReadOnly Property IsRoot As Boolean
'Usage
 
Dim instance As UATreePosition
Dim value As Boolean
 
value = instance.IsRoot
public bool IsRoot {get;}
public:
property bool IsRoot {
   bool get();
}

Property Value

True if this objects represents a root; false otherwise.
Remarks
The root object does not have the OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement information filled in, except for the OpcLabs.EasyOpc.UA.AddressSpace.UANodeElement.NodeId.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

UATreePosition Class
UATreePosition Members