GetNodeWidth Method (SapTree)
Class
SapTree
.
Action
Returns the current node width.
Syntax
C#
nodeWidth
=
tree
.
GetNodeWidth
(
nodeKey
)
VB
nodeWidth
=
tree
.
GetNodeWidth
(
nodeKey
)
Variable
Description
nodeWidth
Integer
.
nodeKey
The key of the node.
String
.