Share

acdbRasterImageQueueForRegen

C++

void acdbRasterImageQueueForRegen(
    const AcDbObjectId& imageId, 
    const AcDbObjectId& defId
);

File

imgdef.h

Description

For internal use only.

Registers a raster image with the queue for regeneration.

Parameters

Parameters Description
imageId Input objectId of the raster image reference to be added to the queue for regeneration
defId Input objectId of the raster image definition to be added to the queue for regeneration

Was this information helpful?