GetNodeHeight Method (SapTree)
Class
SapTree
.
Action
The current height of the node.
Syntax
C#
nodeHeight
=
tree
.
GetNodeHeight
(
nodeKey
)
VB
nodeHeight
=
tree
.
GetNodeHeight
(
nodeKey
)
Variable
Description
nodeHeight
Integer
.
nodeKey
The key of the node.
String
.