Description
Knowing how to write AutoCAD add-ins lets us create new AutoCAD commands that automate routine tasks, perform complex calculations, or integrate multiple systems to help us be more productive, more precise, and more effective. The use of Microsoft's free Community Edition of Visual Studio, together with the information presented in this class, will help anyone begin creating AutoCAD add-ins with C# programming language immediately.
Key Learnings
- Learn how to create a new AutoCAD add-in in C#
- Learn how to create a new AutoCAD Command in C#
- Learn the basics of drawing in AutoCAD through the .NET API
- Learn how to extract Block and Attribute information through the .NET API