Share

AcDbDatabase::getTextStyleTable

C++

Acad::ErrorStatus getTextStyleTable(
    AcDbSymbolTable*& pTable, 
    AcDb::OpenMode mode = AcDb::kForRead
);

Description

Opens the database's TextStyle table in the mode specified by mode. The pTable pointer is filled in with the address of the TextStyle table.

Returns Acad::eOk if open is successful.

Parameters

Parameters Description
pTable Returns pointer to the TextStyle table
mode Input mode in which to open the table

Links

AcDbDatabase Class

Was this information helpful?