See the top rated post in this thread. Click here

Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Export Layout Tab Names

  1. #11
    Member
    Join Date
    2007-09
    Posts
    11
    Login to Give a bone
    0

    Default Re: Export Layout Tab Names

    Thank you for your helpful post. The resulting layout tab names are in alphabetical order, is there a way to get results listed in same order as shown in drawing?

  2. #12
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    0

    Default Re: Export Layout Tab Names

    Quote Originally Posted by dhf000 View Post
    Thank you for your helpful post. The resulting layout tab names are in alphabetical order, is there a way to get results listed in same order as shown in drawing?
    Code:
    (layoutlist)

  3. #13
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719
    Login to Give a bone
    0

    Default Re: Export Layout Tab Names

    https://forums.autodesk.com/t5/visua...524295#M315919

    <snip>

    ... consider this pseudo-named, custom LayoutListSelected function:





    <snip>
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

  4. #14
    Member
    Join Date
    2019-05
    Posts
    2
    Login to Give a bone
    0

    Default Re: Export Layout Tab Names

    Hi Dear,

    this works fine and great. thanks for this code.

    can u please update this code as few implements required for me. if possible

    1. Implement the command name, since i can use when it required by loading the lisp in startup suite
    2. can it be export in .csv format with the file name and layout name.
    3. the exported .csv file need to autosave in the same location where the cad files is there.(it should not open and show the result)

    it would be more helpful for me if these are implemented in this code.

  5. #15
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719
    Login to Give a bone
    1

    Default Re: Export Layout Tab Names

    Quote Originally Posted by pradeepgds782441 View Post
    this works fine and great. thanks for this code.

    can u please update this code as few implements required for me. if possible

    1. Implement the command name, since i can use when it required by loading the lisp in startup suite
    2. can it be export in .csv format with the file name and layout name.
    3. the exported .csv file need to autosave in the same location where the cad files is there.(it should not open and show the result)

    it would be more helpful for me if these are implemented in this code.
    Thanks for your interest.

    The code is intended to return a list of strings, with which you can do what you like.

    If you'd like this exported to .CSV, please feel free to do that on your own, using the WRITE-LINE, etc File functions.

    Cheers
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

  6. #16
    Member
    Join Date
    2019-05
    Posts
    2
    Login to Give a bone
    0

    Default Re: Export Layout Tab Names

    Quote Originally Posted by BlackBox View Post
    Thanks for your interest.

    The code is intended to return a list of strings, with which you can do what you like.

    If you'd like this exported to .CSV, please feel free to do that on your own, using the WRITE-LINE, etc File functions.

    Cheers
    Hi,
    if i am a coding specialist i could do this for sure. ok that's fine. let me handle what i need.
    thanks for your consideration

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Layout tabs names change when layout renamed in SSM
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 2
    Last Post: 2013-01-20, 05:07 AM
  2. Layout Tab Names as Fields
    By ron.hodkins in forum ACA General
    Replies: 1
    Last Post: 2008-06-23, 05:05 PM
  3. Colors on layout tab names
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 0
    Last Post: 2008-05-14, 07:07 PM
  4. Fields in layout names
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 3
    Last Post: 2006-03-27, 09:17 AM
  5. Publish layout tabs and layout tab names to PDF
    By dfuehrer in forum AutoCAD Plotting
    Replies: 9
    Last Post: 2005-11-09, 02:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •