The browse result is returned in a TreeNode array that can directly be used with a Windows TreeView control.
TreeNode.Text holds the UA node display name.
TreeNode.Tag holds a NodeElement object with the details of the UA node and it's forward references.
The class of the UA nodes are shown with icons. For VARIABLE class nodes the accrees right and value data type are read and stored in teh NodeElement object. The read/write access right is indicated with icons, eith for DA or HD access, depending on the property ShowHDaccessRights.

Visual Basic (Usage) | ![]() |
---|---|
Dim instance As BrowseTree |
C# | |
---|---|
public class BrowseTree |
System.Object
Advosol.EasyUA.BrowseTree
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x