This is the sixth in a series of posts on LINQ an the AutoCAD .NET API. Here’s a complete list of posts in this series.
This is part 6 of our series on LINQ and the AutoCAD .NET API. Currently the GeneralHelper class only support read operations. If we perform a write operation on one of the objects we pulled out of the database, we get an exception. In this blog post we want to correct this behaviour. Continue reading