CUSTOM DROPDOWN MENU FOR INSERTING TITLEBLOCK
Not applicable
04-12-2018
07:51 AM
Alright so I am in the process of creating custom commands for everyone in the office to use and we have updated title blocks that we would like to insert into drawings when revising a drawing. There is not a whole lot of changes in the new one but we have been having sporadic issues with the old titleblocks so the update is neccesary. What i am trying to do is create a single custom command that runs a lsp function to insert and redefine the titleblock but once started it pauses and creates a dropdown list for user input to select what size titleblock they are wanting. The code im using is as follows
(command "._insert" "C SIZE 2017=G:/working/acad/TBlocks/2018/C SIZE 2018.dwg" nil)
Thanks in advance
Link copied