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
|
Database ID of the window for which you want the view levels. |
Value Returned
|
A list consisting of the bounding box for the area and the start level and stop level. |
|
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
Return to top