Zoom [PlotWindow]
The Zoom method zooms in or out.
Syntax
object.Zoom( Type )
Parameter |
Type |
Required/ Optional |
Default |
Description |
Type |
Required |
This specifies the zoom type for plot window. |
Example 1
This example demonstrates how to fit all object of a plot document within a plot window.
PlotWindow.Zoom(srfZoomFitToWindow)
Example 2
This script displays all the methods and properties in the PlotWindow object.
Used by: PlotWindow object