Table Content

AcDbTable objects are generated from table templetes. Table content is stored and managed by AcDbLinkedTableData, while the format is managed by a derived class, AcDbFormattedTableData. Together, these classes have the following capabilities:

  1. Store the content and format of a table entity
  2. Store the content and format for a table templete
  3. Store the content and format obtained from multiple external/internal data sources. The data is obtained from these sources via data links
  4. Store the content and format changes in linked cells so that the data sources can be updated with the changes

In addition AcDbFormattedTableData objects are used by table entities, table templates, and data links to store data downloaded from sources. To iterate through a table, use AcDbTableIterator.

These tables should not be confused with database tables (implemented by AcDbDataTable); they differ in the following respects: