.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Access drawing from new thread

2 REPLIES 2
Reply
Message 1 of 3
matus.brlit
540 Views, 2 Replies

Access drawing from new thread

Hi,

 

I found out, that you can't read AcApp.DocumentManager.MdiActiveDocument from a new thread, so I was passing the reference to the document to every method that needed to use it

But then I found out, that HostApplicationServices.WorkingDatabase allows me to access the database from a new thread.

So I'm wondering, is there any other difference, whether I access the database using AcApp.DocumentManager.MdiActiveDocument.Database or HostApplicationServices.WorkingDatabase ?

 

And is there some way for thread-sefe access to the active document?

2 REPLIES 2
Message 2 of 3

Hi Matus,

 

AutoCAD APIs are not multithreaded safe, so you should only access the AutoCAD APIs from your main thread. This is documented in the ObjectARX helpfiles. If you want to process data on another thread, its best to extract what you need on your main thread, send it to your worker thread, and then send the result back to the main thread if you need to send something back to AutoCAD.

 

But to answer your question on Databases, HostApplicationServices.WorkingDatabase and MdiActiveDocument.Database will (in general) return the same Database.

 

Cheers,

 

Stephen

Cheers,

Stephen Preston
Autodesk Developer Network
Message 3 of 3

Thanks for the clarification on databases.

 

But can you also explain why HostApplicationServices.WorkingDatabase is threadsafe? At least it works for me.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost