Share

acdbQueueForRegen

C++

int ADESK_STDCALL acdbQueueForRegen(
    const AcDbObjectId * pIdArray, 
    int nNumIds
);

File

dbxutil.h

Description

Returns the number of object IDs that were queued successfully for regen. The object IDs are expected to represent entities in the current host database. This function queues up these entities for regeneration. IDs which do not represent entities, are not in the current database, or are excluded from a partial open will not be placed in the queue.

Queued entities are regenerated in all viewports, including 3D GS viewports.

Parameters

Parameters Description
pIdArray Input array of pointers to object IDs
nNumIds Input number of object IDs in pIdArray

Was this information helpful?