Login | Sign Up
 





 
AutoLISP Function Detail
Name: tblnext

Syntax:
(tblnext tbl [flag])

Description:
Returns the information that is related to an entry in the table name that is specified. The flag acts like rewind or start at the top.

Table Meaning
"APPID" Registered applications
"BLOCK" Block (or symbol) names
"DIMSTYLE" Dimensions styles names
"LAYER" Layer names
"LTYPE" Linetype names
"STYLE" Text style names
"UCS" User coordinate system
"VIEW" Named view names
"VPORT" Viewport names


Example(s):
(tblnext "layer" T)
[varies results]

(tblnext "layer")
[varies results]