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