Hi everyone I am using the following code to determine the size of the
page so I can show the page size along with the scale in our drawing
title sheetSize = "A1" if AC_LayoutRect[3] < 841 then sheetSize = "A1"
endif if AC_LayoutRect[3] < 594 then sh...