Share

AcDbDatabase::setLimcheck

C++

Acad::ErrorStatus setLimcheck(
    bool check
);

Description

Sets check to be the Model Space LIMCHECK value for the database. The value of false is 0. The value of true is 1.

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

Returns Acad::eOk if successful.

Note

For Paper Space values, see the setPlimcheck() function.

Parameters

Parameters Description
check Input Boolean representing the LIMCHECK value

Links

AcDbDatabase Class

Was this information helpful?