OPCDA.NET Reference Manual
Browse Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > BGBrowseTree Class : Browse Method

root
The browse result is added to this TreeNode object. The Text property of this TreeNode object is displayed as the root node in the TreeView control, if this BGBrowse object has TreeView control assigned. The text is usually the name of the browsed OPC server.

Glossary Item Box

Available in the OPCDA.NET Professional Edition only.
The server is browsed according the current state of the properties of this object and the handling depends on the constructor overload used to create the object. The browse result is filtered according the state of the filter properties. The FilterName property is applied for branches and items. The FilterAccressRights and FilterDatatype proeprties only for items.

Syntax

Visual Basic (Declaration) 
Public Sub Browse( _
   ByVal root As TreeNode _
) 
C# 
public void Browse( 
   TreeNode root
)

Parameters

root
The browse result is added to this TreeNode object. The Text property of this TreeNode object is displayed as the root node in the TreeView control, if this BGBrowse object has TreeView control assigned. The text is usually the name of the browsed 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.