Share

AcDbDatabase::setSolidHist

C++

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

Description

Sets val to be the SOLIDHIST value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input SOLIDHIST value

Links

AcDbDatabase Class

Was this information helpful?