From the course: AutoCAD: Building Add-ins with C#

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Working with AutoCAD application properties

Working with AutoCAD application properties - AutoCAD Tutorial

From the course: AutoCAD: Building Add-ins with C#

Start my 1-month free trial

Working with AutoCAD application properties

- [Instructor] As we dig father into the AutoCAD application programming interface, we're gonna start focusing now on specific namespaces within that application programming interface, the API. So, the very first namespace that we're gonna focus in on is the application services namespace. We're gonna see how to work with the application, as well as documents, and create a new drawing. But first, let's take a little bit closer look at the application properties as a whole. Let's open up our project here. And, from the start page, I'm going to choose Open Project. Desktop, Exercise Files, Chapter 04, and we're gonna go into our 04-01 solution. We have our initialization class open. If not, you can go to the Solution Explorer and open it. And I've expanded the region for initialization, as well. Now, what we're going to do is we're going to set it up in such a way that information is adjusted for our application at the time that we launch the application. And let's see how to do that…

Contents