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

Unlock the full course today

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

Working with strings

Working with strings - AutoCAD Tutorial

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

Start my 1-month free trial

Working with strings

- [Instructor] We've already begin to look at strings and see how we can combine strings together but there's so much to do with string objects. And even in this exercise we're just going to be scratching the suface. But let's see a little bit more of what we can do with string objects in this excercise. And in the process, we're going to dig into and use the get system variable from the AutoCAD application object again. So we're going to go open up our exercise. It's in the desktop, exercise files chapter three, 03-02 and you should have the 03-02 solution there. When we open it up, we'll go to our Solution Explorer and once it finishes loading, you'll see the initialization class down below and we're going to open up initialization class. Now one of the things we've done in this initialization class is take an advantage of regions. The more code you start adding to a class, the busier and harder it is to find things. And so we've combined the codes and notice to collapse them. We've…

Contents