Share

getBlockTable Method

Overload List

Method Description
AcDbDatabase::getBlockTable (AcDbBlockTable*&, AcDb::OpenMode) Opens the database's block table in the mode specified by mode. The pTable pointer is filled in with the address of the block table.Returns Acad::eOk if open is successful.
AcDbDatabase::getBlockTable (AcDbSymbolTable*&, AcDb::OpenMode) Opens the database's block table in the mode specified by mode. The pTable pointer is filled in with the address of the block table.Returns Acad::eOk if open is successful.

Was this information helpful?