Message 1 of 6
Update title block of all drawing in background using Autolisp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using AutoCAD Electrical 2025 and need to update the title block of all drawings based on the Project Description while running the process in the background. When performing this task through the GUI, there is an option called "Activate each drawing to process." If this option is unchecked, the title block updates occur without bringing each drawing to the foreground.
I want to achieve the same background title block update programmatically using AutoLISP. How can this be implemented to ensure the updates occur without activating each drawing?
Thanks in Advance!!