Share

acdbRasterImageIsLoadingAsync

C++

ISMDLLACCESS bool acdbRasterImageIsLoadingAsync(
    const AcDbObjectId& defId
);

File

imgdef.h

Description

Determines if the raster image is currently loading asynchronous.

Parameters

Parameters Description
defId Input objectId of the raster image to query

Returns

Returns true if the image is currently being loaded asynchronous, else false.

Was this information helpful?