Share

getLayerTable Method

Overload List

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

Was this information helpful?