geSetAreaViewLevel
geSetAreaViewLevel( [w_windowId]l_bBox[n_start][n_stop] ) => t / nil
Description
Sets display start and stop threshold levels for an area independently of the window levels.
The start level and stop level specified apply only to l_bBox and only in w_windowId. If n_start or n_stop is not specified, a form comes up asking you to supply values for these arguments.
Arguments
Value Returned
Examples
Sets the display of the area bounded by the coordinates 0:0 and 120:120 to view 10 levels of hierarchy in window(3).
geSetAreaViewLevel( window(3) list(0:0 120:120) 0 10 )
Related Topics
Return to top