Share

AcDbDatabase::getRegAppTable

C++

Acad::ErrorStatus getRegAppTable(
    AcDbRegAppTable*& pTable, 
    AcDb::OpenMode mode = AcDb::kForRead
);

Description

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.

Note

This function is obsolete and will be eliminated in a future release of ObjectARX. Please use the AcDbSymbolTable-argument version instead.

Parameters

Parameters Description
pTable Returns pointer to the RegApp table
mode Input mode in which to open the table

Links

AcDbDatabase Class

Was this information helpful?