Drive AutoCAD with Code
Thursday, March 14, 2013
Update - Custom Double-Click Action Using Application.BeginDoubleClick Event
›
I posted an article a few months ago on the topic of using Application.BeginDoubleClick event to define our own custom double-click action h...
4 comments:
Thursday, February 28, 2013
Using Application.ShowModalDialog()? Be Careful
›
When it comes to display a custom dialog box we developed in AutoCAD (assuming we use System.Windows.Forms.Form), we all know that Autodesk ...
6 comments:
Sunday, February 17, 2013
Restoring a View with Aborted Transaction
›
In AutoCAD programming (or in general programming, for that matter), one of the best practices is that if your code changes some system stat...
1 comment:
Wednesday, January 2, 2013
Enhance Code Performance with Document.UserData
›
Kean Walmsley had a post quite a few years ago on the topic of Document.UserData, which is a HashTable type of object associated to the eac...
Thursday, December 27, 2012
Custom Double-Click Action Using Application.BeginDoubleClick Event
›
I cannot remember since when AutoCAD introduced double-click editing mechanism, which is a great shortcut to a default command against parti...
6 comments:
‹
›
Home
View web version