C++
Acad::ErrorStatus getTableStyleDictionary( AcDbDictionary*& pDict, AcDb::OpenMode mode = AcDb::kForRead );
Description
Returns the pointer to the AcDbDictionary object of the table style dictionary in named object dictionary.
Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
Parameters
Parameters | Description |
---|---|
pDict | Output address of the table style dictionary that was opened |
mode | Input mode in which to open the dictionary; one of the AcDb::OpenMode enumerators |