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

node

Glossary Item Box

Checks if a node is a branch or an item.

Syntax

Visual Basic (Declaration) 
Public Function isBranch( _
   ByVal node As TreeNode _
) As Boolean
C# 
public bool isBranch( 
   TreeNode node
)

Parameters

node

Return Value

true if the node is a branch

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.