GefScreen.NextZoom (method)

Go to the next zoom
Syntax: Boolean = object.NextZoom ( )
Description: Zooms to the next zoom view. Returns TRUE if succesful, FALSE if no next zoom in the stack

Examples

Sub GefScreen_NextZoom()
    
    Dim oCimScr As GefScreen
    Set oCimScr = CimGetScreen
    oCimStr.NextZoom
    
End Sub