17.8.06

AutoCAD Layouts - How to List Layouts in a Drawing - Part I

If you have to work with a drawing which has many layouts and need to quickly verify all of them use LAYOUTLIST.

This LISP function will list the names of all the layouts in your drawing. Type it at the command line inside parenthesis or include it in a LISP routine.

(layoutlist)
returns:
("Layout1" "Layout2" "Layout3" ...etc)


Command For Users not Lispers - Addendum - added July 4, 2007:

"...go into the LAYOUT command and key in a "?". That lists out the layouts - but doesn't give you a final total (you'd have to count them yourself)."

Lynn Allen
Autodesk Technical Evangelist



Useful Macro for Lispers - Addendum - added August 3, 2007:

http://www.cadforum.cz/cadforum_en/qaID.asp?tip=1594

No comments: