Message 1 of 3
Accessing AutoCAD's COM api from .Net framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Accessing AutoCAD's COM api from out-of-process is not a challenge (I am using .Net framework 4.8). However when I react to events such as ObjectAdded, ObjectModified etc., they are executed in a worker thread.
There is a need to keep these events on the Main thread. Any ideas on how to achieve this?
Thanks,
TK