C++
Acad::ErrorStatus setPlimcheck( bool check );
Description
Sets check to be the Paper 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 Model Space values, see AcDbDatabase::setLimcheck() function.
Parameters
Parameters | Description |
---|---|
check | Input Boolean representing the LIMCHECK value for Paper Space |