Share

getTextStyleTable Method

Overload List

Method Description
AcDbDatabase::getTextStyleTable (AcDbSymbolTable*&, AcDb::OpenMode) 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.
AcDbDatabase::getTextStyleTable (AcDbTextStyleTable*&, AcDb::OpenMode) 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.

Was this information helpful?