Share

AcDbDatabase::getDimRecentStyleList

C++

Acad::ErrorStatus getDimRecentStyleList(
    AcDbObjectIdArray& objIds
) const;

Description

This function allows the application to get the object ID entities of the most recently used dimstyles (up to 6) for dimension context menu dimstyle MRU list support. Most recently used dimstyle objects are tracked by monitoring the past six dimstyle objects that were current in the database.

Returns Acad::eOk if successful.

Parameters

Parameters Description
objIds Output array of up to six object ID entities of the most recently used dimstyle of AcDbDimStyleTableRecord objects

Links

AcDbDatabase Class

Was this information helpful?