Class Hierarchy
AcRxObject AcGiDrawable AcDbObject AcDbLinkedData AcDbLinkedTableData AcDbFormattedTableData
C++
class AcDbLinkedTableData : public AcDbLinkedData;
File
DbLinkedTableData.h
Description
This class is used to store and manage data in a tabular structure. Though this class is similar to a database table it differs in one respect: all the cells in a column need not be of the same data type. In addition, the cells in this table can contain multiple contents, and the contents can be a value of any supported data type, field, or block. This table stores and manages only data without any format information.