OPCDA.NET Reference Manual
BrowseTree Constructor(OpcServer)
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > BrowseTree Class > BrowseTree Constructor : BrowseTree Constructor(OpcServer)

srv
IN: Object of the OPC server

Glossary Item Box

Creates a BrowseTree object that returns the browse result in a Forms TreeNode array that can be directly used with a Windows Forms TreeView control. The server's address space organization is read and the browsing done accordingly.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal srv As OpcServer _
)
C# 
public BrowseTree( 
   OpcServer srv
)

Parameters

srv
IN: Object of the OPC server

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.