OPCAE.NET Reference Manual
GetTree Method
See Also  Send Feedback
OPCAE.NET Namespace > AreaBrowser Class : GetTree Method

bType
Browse type filter.
filterCriteria
Name filter.
tree
Returned TreeNode structure with all browsed nodes.

Glossary Item Box

Browse the whole server and return the result in a TreeNode structure.

Syntax

Visual Basic (Declaration) 
Public Function GetTree( _
   ByVal bType As OPCAE.OPCAEBrowseType, _
   ByVal filterCriteria As String, _
   ByRef tree As TreeNode() _
) As Integer
C# 
public int GetTree( 
   OPCAE.OPCAEBrowseType bType,
   string filterCriteria,
   out TreeNode[] tree
)

Parameters

bType
Browse type filter.
filterCriteria
Name filter.
tree
Returned TreeNode structure with all browsed nodes.

Return Value

HRESULTS error/success code.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

© 2002-2018 Advosol Inc. All Rights Reserved.