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

rootName
Name displayed for the root node. often this is the OPC server name.

Glossary Item Box

browses the server and displays all branches in the TreeView control and the items of the selected branch in the ListView control.

Syntax

Visual Basic (Declaration) 
Public Function Show( _
   ByVal rootName As String _
) As Integer
C# 
public int Show( 
   string rootName
)

Parameters

rootName
Name displayed for the root node. often this is the OPC server name.

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.