ade_odgettables

AutoCAD Map 3D AutoLISP

Up a level
ade_odgettables
 
 

Lists the tables attached to an object.

(ade_odgettables ename)

Returns a list of table names (string) or nil.

ename AutoCAD object name.

An object can have records of more than one table attached. This function lists all the tables that have records attached to the object. See ade_odaddrecord for information about records attached to objects.

An object can have more than one record from the same table attached. To find how many records of a given table are attached, use ade_odrecordqty.