leSetStopLevelToMaxHierDepth
leSetStopLevelToMaxHierDepth( [w_windowId]) =>x_maxdepth/ nil
Description
Sets the display stop level to the maximum hierarchy depth, which is 31.
Arguments
|
ID of the window for which the display stop level is set to maximum. If you do not specify a window ID, the display level is set for the current window. |
Value Returned
|
Returns the maximum hierarchy depth set for the display stop level. |
|
Example
Sets the maximum hierarchy depth for the display stop level in the current window and returns the value as 31.
leSetStopLevelToMaxHierDepth()
Return to top