Overload List
| Method | Description |
|---|---|
AcDbDatabase::getViewTable (AcDbSymbolTable*&, AcDb::OpenMode) | Opens the database's View table in the mode specified by mode. The pTable pointer is filled in with the address of the View table.Returns Acad::eOk if open is successful. |
AcDbDatabase::getViewTable (AcDbViewTable*&, AcDb::OpenMode) | Opens the database's View table in the mode specified by mode. The pTable pointer is filled in with the address of the View table.Returns Acad::eOk if open is successful. |
