LINQ and the AutoCAD .NET API (Part 6)

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

Advertisement

LINQ and the AutoCAD .NET API (Part 5)

This is the fifth in a series of posts on LINQ an the AutoCAD .NET API. Here’s a complete list of posts in this series.

In today’s post we want to have a look at some further objects that easily can be made queryable. The model space is probably the first of such objects that comes to mind. So what’s the standard way to access the model space? Continue reading