Yang Wang

Results 5 comments of Yang Wang

Thank you for raising this concern. The `using` statement should only be able to close the `Transaction` object, meaning the transaction is done and the `DBObject` object is populated and...

My guess is this description in the documentation was inherited from the C++ ObjectARX. In ObjectARX, objects opened with transactions share same address space with the AutoCAD kernal. This is...

You can easily verify whether this is the issue by putting your read operation inside a transaction and see if the issue is gone.

You can send it to [email protected]. Also please share the AutoCAD version, and any test .dwg you are using.