OPCDA.NET Reference Manual
Browse(String,TreeNode[]) Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > BrowseTree Class > Browse Method : Browse(String,TreeNode[]) Method

startBranch
IN: name of the branch to be browsed
tree
OUT TreeNode structure with all branches and items

Glossary Item Box

Browse all branches/items from the named branch and build a TreeNode structure.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Browse( _
   ByVal startBranch As String, _
   ByRef tree As TreeNode() _
) As Integer
C# 
public int Browse( 
   string startBranch,
   out TreeNode[] tree
)

Parameters

startBranch
IN: name of the branch to be browsed
tree
OUT TreeNode structure with all branches and items

Return Value

HRESULT success/error code

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.