OPCDA.NET Reference Manual
ShowBrowseTreeList Constructor
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > ShowBrowseTreeList Class : ShowBrowseTreeList Constructor

srv
OPC server access object
tvBranches
TreeView dialog where the branches are displayed.
lvItems
ListView dialog where the items of the selected branch are displayed.

Glossary Item Box

Constructor. An object is created for the given OPC server, TreeView and ListView dialog. 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 controls.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal srv As OpcServer, _
   ByVal tvBranches As TreeView, _
   ByVal lvItems As ListView _
)
C# 
public ShowBrowseTreeList( 
   OpcServer srv,
   TreeView tvBranches,
   ListView lvItems
)

Parameters

srv
OPC server access object
tvBranches
TreeView dialog where the branches are displayed.
lvItems
ListView dialog where the items of the selected branch are displayed.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.