Share

AcDbDatabase::setHideText

C++

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

Description

Sets the database's HIDETEXT system variable to val.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input HIDETEXT value

Links

AcDbDatabase Class

Was this information helpful?