geDeleteAllAreaViewLevel
geDeleteAllAreaViewLevel( [w_windowId]) => t / nil
Description
Removes all area view levels from a window.
Arguments
|
Database ID of the window where you want to delete area view levels. If w_windowId is not specified, the current window is used. |
Value Returned
Examples
Deletes all area view levels in window(3).
geDeleteAllAreaViewLevel( window(3) )
Related Topics
Return to top