Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 420 Bytes

File metadata and controls

24 lines (18 loc) · 420 Bytes

SetZoom

Description

Procedure SetZoom sets the zoom factor of the active VectorWorks document.

PROCEDURE SetZoom(zoomfactor : LONGINT);
def vs.SetZoom(zoomfactor):
    return None

Parameters

Name Type Description
zoomfactor LONGINT Zoom percentage setting.

Version

Availability: from MiniCAD6.0

Category