TheSwamp

Code Red => .NET => Topic started by: DenisSilveira on May 29, 2020, 07:22:29 PM

Title: Re: Teigha eNotOpenForRead
Post by: DenisSilveira on May 29, 2020, 07:22:29 PM
I'm translating Acad plugin to Intellicad and Teigha report eNotOpenForRead during access of entity inside class. No objectid or else usefull.

Does anyone have ideas or solved this problem ?
Title: Re: Teigha eNotOpenForRead
Post by: It's Alive! on May 29, 2020, 08:53:10 PM
post a sample
Title: Re: Teigha eNotOpenForRead
Post by: Atook on May 31, 2020, 02:45:11 PM
One way BricsCAD differs from AutoCAD in .NET is that an object created with a transaction cannot be accessed after the transaction is closed. That may not be the issue, but we'd have to look at some code to see what your issue is.