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

srv
BGServer object for the server access and the general error reporting.

Glossary Item Box

Available in the OPCDA.NET Professional Edition only.
This constructor configures the object for browsing the server into a TreeNode structure without displaying the browse result in a control. The whole server is browsed. For some servers this may take a long time.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal srv As BGServer _
)
C# 
public BGBrowseTree( 
   BGServer srv
)

Parameters

srv
BGServer object for the server access and the general error reporting.

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.