Share

acdbQueueAnnotationEntitiesForRegen Function

C++

Acad::ErrorStatus acdbQueueAnnotationEntitiesForRegen(
    AcDbDatabase* pDb
);

File

dbxutil.h

Description

Queues an entity in model space for regen if it is:

  1. annotative;
  2. a block reference with some nested annotative entity; or
  3. 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.

Was this information helpful?