Zoom [GridWindow]
The Zoom method zooms in or out.
Syntax
object.Zoom( Type )
Parameter |
Type |
Required/ Optional |
Default |
Description |
Type |
Required |
This specifies the zoom types for the grid -- fit to window, zoom in, or zoom out. |
Example
This example demonstrates how to fit all grid objects within a grid window.
GridWindow.Zoom(srfGridZoomFitToWindow)
Used by: GridWindow object