EasyUA Reference
ShowBrowseTree Constructor
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > ShowBrowseTree Class : ShowBrowseTree Constructor

srv
OPC server access object
tvTree
TreeView dialog where the browse result is displayed.

Glossary Item Box

Constructor. An object is created for the given OPC server and the Forms TreeView control. No OPC server access is done in this constructor. The Show() method needs to be called to have the server browsed and the result displayed in the specified control.

Syntax

Visual Basic (Usage)Copy Code
Dim srv As Session
Dim tvTree As TreeView
 
Dim instance As New ShowBrowseTree(srv, tvTree)
C# 
public ShowBrowseTree( 
   Session srv,
   TreeView tvTree
)

Parameters

srv
OPC server access object
tvTree
TreeView dialog where the browse result is displayed.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.