Arbortext IsoView > Programmer's Reference > General Functions > SetZoomRange
  
SetZoomRange
Use this method to limit the view size (set using the ViewSize property). (See ViewSize.)
Introduced with Arbortext IsoView 2.02.
Syntax
SetZoomRangeminValmaxVal
Parameters:
minVal
Defines the lower range for zoom factor (min. 1%) as double.
maxVal
Defines upper range for zoom factor (max. 6400%) as double.
document.ivx1.SetZoomRange(50,200);