Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geDeleteAreaViewLevel

geDeleteAreaViewLevel( 
[ w_windowId ] 
l_bBox 
)
=> t / nil 

Description

Removes from a window all area view levels located in l_bBox.

Arguments

w_windowId

Database ID of the window where you want to delete area view levels. If w_windowId is not specified, the current window is used.

l_bBox

Bounding box containing the view levels to delete.

Value Returned

t

An area view level is deleted.

nil

No area view level is deleted.

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

View-Level Functions


Return to top
 ⠀
X