C++
Acad::ErrorStatus acdbQueueAnnotationEntitiesForRegen( AcDbDatabase* pDb );
File
dbxutil.h
Description
Queues an entity in model space for regen if it is:
- annotative;
- a block reference with some nested annotative entity; or
- an attribute on an annotative block reference
Returns Acad::eOk if the operation completed successfully.
Parameters
Parameters | Description |
---|---|
pDb | Input database to get the model space from. |