OPCDA.NET Reference Manual
ShowBrowseTree Constructor
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET 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 (Declaration) 
Public Function New( _
   ByVal srv As OpcServer, _
   ByVal tvTree As TreeView _
)
C# 
public ShowBrowseTree( 
   OpcServer 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/2016, .NET 4.x

See Also

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