.NET WPF/MVVM App that is run within AutoCAD and performs various
Back end AutoCAD dwg file processing is done by loading the database portion of the file into memory, and making edits to the in-memory version, then saving it out to the file system. This method is used as opposed to the traditional open method which is slower and requires an instance of AutoCAD to be opened