Reads table data in DXF file LTCustomizer21 for AutoCAD LT reference manual

ActiveX
   
Function read_DXF_table(table_name As String, [init As Boolean = False]) As Long
C/C++
   int WINAPI LTC_read_DXF_table(const wchar_t *table_name, BOOL init=FALSE);

parameter
table_name:table name (LAYER,STYLE.,etc)
init:When you read first table data, set True(TRUE).

return value
ActiveX,C/C++: number of specific items of table name

Caution: This function reads DXF file to get table data using DXFOUT command. DXF file version read_DXF_table reads is R12. read_DXF_table cannot read data type that doesn't exist in  R12.

reference
get_table_data(gets table data)