geDeleteAreaViewLevel
geDeleteAreaViewLevel( [w_windowId]l_bBox) => t / nil
Description
Removes from a window all area view levels located in l_bBox.
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 the area view levels located in the bounding box specified by the coordinates 0:0 400:400.
geDeleteAreaViewLevel( window(3) list(0:0 400:400) )
Related Topics
Return to top