Over 1.096.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator and the updated Barcode generator.
New AutoCAD 2026 commands and variables.
CAD tip # 5502:
Question
A
The PSLTSCALE variable setting is layout specific. If you need to set this variable to 1 or 0 in all your layouts you can use the following code:
(foreach lay (layoutlist)(command "_LAYOUT" "_Set" lay "PSLTSCALE" 1))or
(foreach lay (layoutlist)(command "_LAYOUT" "_Set" lay "PSLTSCALE" 0))
ACAD


4.4.2007
26686×
applies to: AutoCAD ·