geGetInstViewLevel
geGetInstViewLevel(w_windowId d_instId) =>l_startStop/ nil
Description
Retrieves the start level and stop level of an instance. The start level and stop level are returned as a list of integers. If start level and stop level are not defined for the chosen instance, nil is returned.
Arguments
|
Database ID of the window where you want the view levels for d_instId. |
|
|
Database ID of the instance for which you want the view levels. |
Value Returned
|
If d_instId has view levels associated with it in w_windowId, then a list with the start level and stop level is returned. |
|
|
d_instId has no view levels associated with it in w_windowId. |
Examples
Returns (0 20) assuming that the instance has start level 0 and stop level 20.
geGetInstViewLevel( )
Related Topics
Return to top