ZoomScaled method

Displays the drawing at a user specified zoom scale factor.

 

Syntax

object.ZoomScaled(Scale, ScaleType)

Where:

     object Application

     Scale is a double-precision variable or value representing the scale factor to use for zooming;

     ScaleType is one of the following constants that determines how the scale factor is applied:

     acZoomScaledAbsolute = 0 (scaled absolutely, relative to the drawing limits)      

     acZoomScaledRelative = 1 (relative to the current view)

     acZoomScaledRelativePSpace = 2 (relative to paper space units)

 

Examples...

Zoom methods examples

 


© Bricsys NV. All rights reserved.