I’m in Las Vegas, running between meetings, presentations and performance reviews, so just a quick post, today (it’s just before midnight here, but already Monday morning in Europe). I promised in the last post and the one before that I’d extend the code we’ve been looking at to enable drag & drop of raster images into AutoCAD with resizing of the dropped image via a jig, using the code in this previous post as a foundation. The below C# code does just that, with the new/modified lines in red (and the complete, unnumbered source file here): 1 using Autodesk.AutoCAD.ApplicationServices;... Read more →