Share

AcDbDatabase::setShowHist

C++

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

Description

Sets val to be the SHOWHIST value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input SHOWHIST value

Links

AcDbDatabase Class

Was this information helpful?