EasyUA Reference
BrowseTree Class
Members  See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace : BrowseTree Class

Glossary Item Box

The methods in this class simplify the browsing of the UA server's address space.
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.

Object Model

BrowseTree Class

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BrowseTree
C# 
public class BrowseTree 

Inheritance Hierarchy

System.Object
   Advosol.EasyUA.BrowseTree

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.