Returns the entity name of a specified symbol table entry
(tblobjname table-name symbol)
Arguments
A string that identifies the symbol table to be searched. The argument is not case-sensitive.
A string identifying the symbol to be searched for.
Return Values
The entity name of the symbol table entry, if found.
tblobjname can be used in entget and entmod operations.
The entity name returned byExamples
The following command searches for the entity name of the block entry “ESC-01”:
Command: (tblobjname "block" "ESC-01")
<Entity name: 1dca368>