This is the seventh in a series of posts on LINQ an the AutoCAD .NET API. Here’s a complete list of posts in this series.
Welcome to part 7 of LINQ and the AutoCAD .NET API. It’s been a while since my last post. From now on I try to write new posts on this series every two weeks, but don’t pin me down on this…^^
In the last post we extended the GeneralHelper class to support write operations. In today’s post we have a look on how we can add a convenient way to create new AutoCAD objects and add them to the database. And be prepared, there’s a lot of code in this post. Continue reading