Share

AcDbDatabase::setUpdateThumbnail Method

C++

Acad::ErrorStatus setUpdateThumbnail(
    Adesk::UInt8 val
);

Description

Sets the value of the UPDATETHUMBNAIL header variable.

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input the new value for the UPDATETHUMBNAIL header variable

Links

AcDbDatabase Class

Was this information helpful?