Share

isRasterImageAsyncEnabled

C++

bool isRasterImageAsyncEnabled(
    const AcDbObjectId& defId
);

File

imgdef.h

Description

For internal use only.

Indicates whether asynchronous loading is enabled for the raster image.

Note

Based on the current value of the IMAGEASYNC system variable and other conditions during file open.

Parameters

Parameters Description
defId Input objectId of the raster image to query

Returns

Returns true if asynchronous loading is enabled, else false.

Was this information helpful?