ade_oddeletetab

AutoCAD Map 3D AutoLISP

Up a level
ade_oddeletetab
 
 

Deletes a table.

(ade_oddeletetab tabname)

Returns T or nil.

tabname Table name (string) can be up to 25 characters long. Must be unique, contain no spaces, and start with an alphanumeric character

The function deletes a table and all of its records. It deletes every set of object data defined by the table and attached to an object, as well as the data contained in the records.

The ade_oddeletetab function affects all active drawings in the drawing set. There should not be any queried objects for this operation.

Note  This function will not operate unless your end user has superuser privileges.