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

tree
OUT TreeNode structure with all branches and items

Glossary Item Box

Browse branches/items from the root and build a TreeNode structure.

Syntax

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

Parameters

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.