AutoCAD .NET
-
Gopinath Taget, from DevTech Americas, will be delivering a repeat session of this free webcast on Thursday, August 20. Please go to our API training schedule if you would like to register for the event (from where a recording of the previous event is also available for download (20.3 MB)). Here's a brief synopsis of […]
-
Thanks to Stephen Preston, who manages our DevTech Americas team, for donating the samples from his upcoming AU class for posting on this blog. Let's start the week with a nice simple sample: the first from Stephen's AU class. Looking back even to the first C# overrule sample I posted here, I can see that […]
-
We've been working on translating several of our DevTV sessions, and our first Portuguese DevTV is now ready for consumption. 🙂 A member of our DevTech Americas team based in São Paulo, Augusto Gonçalves, created this session based on Fenton Webb's original (which you can get to from this previous post). Augusto translated the slides […]
-
OK, OK: I know I said I'd talk more about overrules, last week, but – as is often the way, I'm afraid to say – I got distracted. The good news, though, is that I got distracted by something genuinely interesting, and well worth sharing. I've been working on upgrading the WinForms user interface of […]
-
This post is to bring you up-to-date on DevLabs, an initiative I've mentioned a couple of times in recent months. We've so far held two very successful DevLab events in Farnborough and San Francisco. The feedback we've received from attendees has been overwhelming positive, and the people from my team who hosted the events found […]
-
This week I will mostly be posting about Overrules. [For those of you who haven't seen The Fast Show (called Brilliant in the US), this is an obscure reference to a character named Jesse. :-)] Aside from this post, Stephen Preston has sent me the samples he's put together for his AU class on this […]
-
Well, pretty much as soon as I mention it, I get informed of its availability: http://www.autodesk.com/autocad-net-developers-guide Enjoy! 🙂
-
One of the responses to my last post on the "Plugin of the Month" asked about showing information on an AutoCAD drawing object via a tooltip. Other than using the standard rollover tooltip properties mechanism, as shown in this previous post, the best way to achieve this is via a PointMonitor. In the below C# […]
-
While I'm a huge fan of learning and using different programming languages – whether to train your brain to consider different potential solutions to a problem or to improve your job security and your ability to roll with the punches as the employment & technology landscapes shift – you will no doubt have noticed that […]
-
In this recent post we looked at adding custom editing capabilities for dynamic properties we've added via .NET. In the first example we looked at a "distance" property which provided a button allowing the user to select two points. In this post we'll look at implementing a masked string property, such as one you would […]