From the course: AutoCAD Add-ins Using VB.NET

Unlock the full course today

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

Bringing it all together

Bringing it all together - AutoCAD Tutorial

From the course: AutoCAD Add-ins Using VB.NET

Start my 1-month free trial

Bringing it all together

- [Instructor] In this last exercise for this chapter we're going to bring everything together that we've learned so far and we're going to create a command that will make modification to objects within our drawing. We're going to use a Window Interface to accomplish that, so let's go to our exercise. This exercise already really has been set up for us, so we're going to go to our Exercises, Chapter Eight, 08-04 and go into our solution and we're going to walk through and review everything that we've learned so far and see what has been implemented for us already. So, if we go to our Solution Explorer, we first are going to go to our windows. In our Window folder we have the winSelectLayer window. We're going to go ahead and open that up by double clicking. It zooms to fit the window, it's a little bit big, so we're going to go take it back down to 100% here in our view and of course the objects have not changed since our last exercise, so we have our BaseObject and our LayerObject…

Contents