C++
Acad::ErrorStatus setPextmin( const AcGePoint3d& min );
Description
Sets the EXTMIN value of this database's current paper space to min.
See the system variables documentation in the AutoCAD Command Reference for information on EXTMIN.
Note
For model space values, see the AcDbDatabase::setPextmin() function
Parameters
Parameters | Description |
---|---|
min | Input world coordinate point |