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