ade_oddeletetab

Land Desktop Development ARX CPP SDK

Up a level
ade_oddeletetab
 
 

Deletes a table.

int

ade_oddeletetab(

char* tabname);

Returns RTNORM or an error code.

tabname The table name, which can be up to 25 characters long. It 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.