Share

AcDbDatabase::setBlipmode

C++

Acad::ErrorStatus setBlipmode(
    bool mode
);

Description

Beginning with AutoCAD 2000, the BLIPMODE system variable value is no longer saved in the database. This function always returns Acad::eNotApplicable. To set this system variable for an AutoCAD session, please use the acedSetVar() function.

See the System Variables section of the AutoCAD Command Reference for information on BLIPMODE.

Parameters

Parameters Description
mode Input Boolean indicating desired BLIPMODE system variable value

Links

AcDbDatabase Class

Was this information helpful?