C++
Acad::ErrorStatus getScaleListDictionary( AcDbDictionary*& pDict, AcDb::OpenMode mode = AcDb::kForRead );
Description
Sets pDict to point to a copy of the database's ScaleListDictionary. The pOutput pointer should not point to allocated memory when passed in to this function.
Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
pDict | Input pointer to receive a copy of the database's ScaleListDictionary |
mode | Input mode in which to access the table |