tblobjname

AutoCad AutoLISP Functions

 
tblobjname
 
 
 

Returns the entity name of a specified symbol table entry

(tblobjname table-name symbol) 

Arguments

table-name

A string that identifies the symbol table to be searched. The argument is not case-sensitive.

symbol

A string identifying the symbol to be searched for.

Return Values

The entity name of the symbol table entry, if found.

The entity name returned by tblobjname can be used in entget and entmod operations.

Examples

The following command searches for the entity name of the block entry “ESC-01”:

Command: (tblobjname "block" "ESC-01")

<Entity name: 1dca368>