Share

AcDbDatabase::setShadedif

C++

Acad::ErrorStatus setShadedif(
    Adesk::Int16 dif
);

Description

Sets dif to be the SHADEDIF value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
dif Input SHADEDIF value

Links

AcDbDatabase Class

Was this information helpful?