geGetAllInstViewLevel
geGetAllInstViewLevel(w_windowId) =>l_instStartStop/ nil
Description
Retrieves the start level and stop level assigned within a window. The start level and stop level are returned as a list of integers. If no start level and stop level are defined, then nil is returned.
Arguments
Value Returned
|
If the instances in w_windowId have view levels associated with them, then a list with each instance and the start level and stop level of each instance view level is returned. |
|
Examples
Lists all instances associated with a view level and the start level and stop level for each instance in the current window.
geGetAllInstViewLevel( )
Related Topics
Return to top