C++
Acad::ErrorStatus setLimmax( const AcGePoint2d& max );
Description
Sets max (in WCS coordinates) to be the Model 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 Paper Space values, see the setPlimmax() function.
Parameters
Parameters | Description |
---|---|
max | Input 2-D point for LIMMAX value |