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

geGetAreaViewLevel

geGetAreaViewLevel( 
[ w_windowId ] 
l_bBox 
)
=> l_startStop / nil 

Description

Retrieves an area view level overlapping a bounding box. The view level is returned as a list with the start level and stop level for that area. If more than one area overlaps the given box, the first area found is used.

Arguments

w_windowId

Database ID of the window in which you want the view levels for an area. If w_windowId is not specified, the current window is used.

l_bBox

Bounding box in which to check for an area view level.

Value Returned

l_startStop

A list consisting of the start level and stop level for the first area encountered that is located in l_bBox.

nil

No area view level was found located in l_bBox.

Examples

Returns (0 20), the start level and stop level for the area found in the bounding box 0:0 200:200 in window(3).

geGetAreaViewLevel( window(3) list(0:0 200:200) )

Related Topics

View-Level Functions


Return to top
 ⠀
X