|
By patvdv at 26 Feb 2008 - 21:57
|
view.tree()
Syntax
void view.tree( string tree_name(25), string node_id(25), long depth [,
long process_id ] )
Description
This changes which levels are visible in a specified tree.
Arguments
|
tree_name
|
The name of the tree whose visible levels you want to change.
|
|
node_id
|
This specifies the ID of node that you want to become the new root node of the visible part of the tree.
|
|
depth
|
This specifies the number of levels that you want to be visible. The recommended number of visible levels is four.
|
|
process_id
|
This optional argument indicates the process ID of the tree whose visible levels you want to change. If you do not include this argument, the new settings are applied to all trees with the name tree_name.
|
Context
3GL library function.
Related topics
|