C++
Acad::ErrorStatus setPlimmax( const AcGePoint2d& max );
Description
Sets max (in WCS coordinates) to be the Paper Space LIMMAX value for the database.
See the System Variables section of the AutoCAD Command Reference for information on LIMMAX.
Returns Acad::eOk if successful.
Note For Model Space values, see AcDbDatabase::setLimmax() function.
Parameters
Parameters | Description |
---|---|
max | Input point for Paper Space LIMMAX value |