Share

getUCSTable Method

Overload List

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

Was this information helpful?