Share

AcDbDatabase::setHpInherit

C++

Acad::ErrorStatus setHpInherit(
    const bool inherit
);

Description

Sets inherit to be the HPINHERIT value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
inherit Input bool to be the new HPINHERIT value for the database

Links

AcDbDatabase Class

Was this information helpful?