Method |
Description |
---|
AcDbDatabase::getSymbolTable (AcDbBlockTable*&, AcDb::OpenMode) |
Opens the database's symbol table in the mode specified by mode. The pTable pointer is filled in with the address of the symbol table that corresponds to the type of the pointer. For example, the function that accepts an AcDbLinetypeTable pointer opens the Linetype table and the function that accepts an AcDbBlockTable pointer opens the Block table.Returns Acad::eOk if open is successful. |
AcDbDatabase::getSymbolTable (AcDbDimStyleTable*&, AcDb::OpenMode) |
Opens the database's symbol table in the mode specified by mode. The pTable pointer is filled in with the address of the symbol table that corresponds to the type of the pointer. For example, the function that accepts an AcDbLinetypeTable pointer opens the Linetype table and the function that accepts an AcDbBlockTable pointer opens the Block table.Returns Acad::eOk if open is successful. |
AcDbDatabase::getSymbolTable (AcDbLayerTable*&, AcDb::OpenMode) |
Opens the database's symbol table in the mode specified by mode. The pTable pointer is filled in with the address of the symbol table that corresponds to the type of the pointer. For example, the function that accepts an AcDbLinetypeTable pointer opens the Linetype table and the function that accepts an AcDbBlockTable pointer opens the Block table.Returns Acad::eOk if open is successful. |
AcDbDatabase::getSymbolTable (AcDbLinetypeTable*&, AcDb::OpenMode) |
Opens the database's symbol table in the mode specified by mode. The pTable pointer is filled in with the address of the symbol table that corresponds to the type of the pointer. For example, the function that accepts an AcDbLinetypeTable pointer opens the Linetype table and the function that accepts an AcDbBlockTable pointer opens the Block table.Returns Acad::eOk if open is successful. |
AcDbDatabase::getSymbolTable (AcDbRegAppTable*&, AcDb::OpenMode) |
Opens the database's symbol table in the mode specified by mode. The pTable pointer is filled in with the address of the symbol table that corresponds to the type of the pointer. For example, the function that accepts an AcDbLinetypeTable pointer opens the Linetype table and the function that accepts an AcDbBlockTable pointer opens the Block table.Returns Acad::eOk if open is successful. |
AcDbDatabase::getSymbolTable (AcDbTextStyleTable*&, AcDb::OpenMode) |
Opens the database's symbol table in the mode specified by mode. The pTable pointer is filled in with the address of the symbol table that corresponds to the type of the pointer. For example, the function that accepts an AcDbLinetypeTable pointer opens the Linetype table and the function that accepts an AcDbBlockTable pointer opens the Block table.Returns Acad::eOk if open is successful. |
AcDbDatabase::getSymbolTable (AcDbUCSTable*&, AcDb::OpenMode) |
Opens the database's symbol table in the mode specified by mode. The pTable pointer is filled in with the address of the symbol table that corresponds to the type of the pointer. For example, the function that accepts an AcDbLinetypeTable pointer opens the Linetype table and the function that accepts an AcDbBlockTable pointer opens the Block table.Returns Acad::eOk if open is successful. |
AcDbDatabase::getSymbolTable (AcDbViewportTable*&, AcDb::OpenMode) |
Opens the database's symbol table in the mode specified by mode. The pTable pointer is filled in with the address of the symbol table that corresponds to the type of the pointer. For example, the function that accepts an AcDbLinetypeTable pointer opens the Linetype table and the function that accepts an AcDbBlockTable pointer opens the Block table.Returns Acad::eOk if open is successful. |
AcDbDatabase::getSymbolTable (AcDbViewTable*&, AcDb::OpenMode) |
Opens the database's symbol table in the mode specified by mode. The pTable pointer is filled in with the address of the symbol table that corresponds to the type of the pointer. For example, the function that accepts an AcDbLinetypeTable pointer opens the Linetype table and the function that accepts an AcDbBlockTable pointer opens the Block table.Returns Acad::eOk if open is successful. |