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

Unlock the full course today

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

Binding data

Binding data - AutoCAD Tutorial

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

Start my 1-month free trial

Binding data

- [Instructor] We've learned in our last chapter how to create our objects, and we are learning in this chapter how to create an interface and how to create one that will be able to show the information from our objects. Now, in this exercise, we're going to be able to see how to bring it all together, how to bind the objects that we've created in our last chapter, and put them in visual format in our window. So, let's go ahead and open up our exercise by going to our open project. We're going to go to our exercise chapter three 0803 and go into our 0803 solution. Now what we have in here is the window that we created in our last exercise, winLayerList. We also have our objects that we created in our last chapter as well as our initialization class. We did make a slight change to our base object. Let's go ahead and take a look at that. We have the ability not just to inherit, but implement, certain characteristics. So, one way is we inherit, we pick up all of the objects. Another is…

Contents