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

geGetAllAreaViewLevel

geGetAllAreaViewLevel( 
w_windowId 
)
=> l_bBoxStartStop / nil 

Description

Retrieves all area view levels set for a window. The view levels are returned as a list with the start level and stop level for the areas.

Arguments

w_windowId

Database ID of the window for which you want the view levels.

Value Returned

l_bBoxStartStop

A list consisting of the bounding box for the area and the start level and stop level.

nil

No areas were found.

Examples

Returns a list of the bounding boxes and start levels and stop levels for all area views in window(3).

geGetAllAreaViewLevel( window(3) )

Related Topics

View-Level Functions


Return to top
 ⠀
X