Arbortext IsoView > Programmer's Reference > Magnifier Functions > Iso4SetMagnifierScale
  
Iso4SetMagnifierScale
Sets the scale of Magnifier window.
This method returns true if successful; otherwise false.
Introduced with Arbortext IsoView 4.0.
Syntax
Iso4SetMagnifierScaleScale
Parameters:
Scale
Defines the scale (in percent) of the Magnifier window as double. Any Scale value in the [1 to 6400] range is allowed.
// scale magnifier window 206%:
document.ivx1.Iso4SetMagnifierScale(206);