From the course: Learning AutoLISP & Visual LISP
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Function: tblobjname - AutoCAD Tutorial
From the course: Learning AutoLISP & Visual LISP
Function: tblobjname
- [Instructor] In our last exercise, we saw and use table search and identified the entity data lists of our standard text style. What if we need the entity name, the actual entity data itself, not the list? Well, we can use TBLOBNAME instead. We also have to provide the table name just as we did before in our table search, and we type in the object we're looking for. So let's list this, and you'll see what we get is the entity name returned to us. We can use that entity name in other list functions we'll look at next.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.