Layout list after 2016

Layout list after 2016

Darwin33
Collaborator Collaborator
1,988 Views
7 Replies
Message 1 of 8

Layout list after 2016

Darwin33
Collaborator
Collaborator

I found layout list very useful until it dissapear on versions after 2016. I wonder why that this happen. Is there any alternative?

0 Likes
1,989 Views
7 Replies
Replies (7)
Message 2 of 8

jayhar
Advisor
Advisor

Hi @Darwin33 

 

Do you mean, layout tabs are not showing or missing in AutoCAD ????

Command LAYOUTTAB <1>

 

Thanks

Jayhar.M.J

Please Subscribe YouTube Channel
https://www.youtube.com/channel/UCclj8v9vHQiFa8_DriuAk3w

Please Mark the Post or Posts as Solution(s) to help others find the answer quickly.
0 Likes
Message 3 of 8

Darwin33
Collaborator
Collaborator

Not, is not that question. The question is how to list all the names of the layouts in a txt file, so I can make a list of my all plans in a project.

0 Likes
Message 4 of 8

S.Faris
Advisor
Advisor

You can copy and paste this macro in the commandline " (foreach i (layoutlist)(print i)) " and then copy the output to a text file

Source

 

Or you can use this lisp method : Listing the layout names

SALMANUL FARIS

0 Likes
Message 5 of 8

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> I found layout list very useful 

Most probably: you also used a tool that did it for you, because AutoCAD 2015 and older are not having a command like layoutlist too, so nothing changed with 2016 😉

 

If you are referring to command -LAYOUT and option ? ... which creates a list of layouts, well, this works with versions 2016 and newer too.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 6 of 8

florian.vivaldi
Explorer
Explorer

-DISPOSITION out off order on ACAD2022 😞

0 Likes
Message 7 of 8

cadffm
Consultant
Consultant

?

 

@florian.vivaldi  What are you trying to tell us?

Sebastian

0 Likes
Message 8 of 8

Kent1Cooper
Consultant
Consultant

@florian.vivaldi wrote:

-DISPOSITION out off order on ACAD2022 😞


If that is the French [and/or possibly some other language(s)] command name equivalent to English -LAYOUT, does it work if you force it to use the English command name, using the underscore prefix that makes it work in AutoCAD for any language?

_-LAYOUT

Kent Cooper, AIA