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