Error Occure while updating title block in ACADE using "c:wd_tb_process_one"
Not applicable
02-24-2020
09:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
To update tittle block I am use ACADE API
"c:wd_tb_process_one"
I am run this API on every drawing in project and it works for some drawings. but, in some drawing it added "\W0.8000; " text before project title as well as before drawing title. my complete command is
(c:wd_tb_process_one 0 (list (list 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0) 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19))
see output after running API.
Link copied