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

rootName
Name of the root node. Often the server name is displayed in the root node.

Glossary Item Box

Convert the TreeNode structure into a TreeNode structue with branches only. The items are in a ListView structure that is referenced from the TreeNode Tag.

Syntax

Visual Basic (Declaration) 
Public Function ConvertToTreeList( _
   ByVal rootName As String _
) As TreeNode
C# 
public TreeNode ConvertToTreeList( 
   string rootName
)

Parameters

rootName
Name of the root node. Often the server name is displayed in the root node.

Return Value

Converted TreeNode structure

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.