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