Message 1 of 3
Can ATTSYNC command use in ObjectDBX, or similar solution using ObjectDBX ?

Not applicable
06-20-2018
12:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
In my current task, I update AutoCAD electrical drawing using an ObjectDBX method but, due to some unknown reason Atttrubute sifted to a new position this problem solve by using ATTSYNC command, I write a function which writes a script which opens every drawing from the project and runs ATTSYNC command for the targeted block. but this is a time-consuming process.
I am looking to run ATTSYNC command in the ObjectDBX method without opening drawing, as far I know we can't run any command in the ObjectDBX method, so can I write some code which can be done a similar action like ATTSYNC command, any help appreciated I found on the web but no luck.