C++
Acad::ErrorStatus setPelevation( double elev );
Description
Sets elev to be the Paper Space ELEVATION value for the database.
See the System Variables section of the AutoCAD Command Reference for information on ELEVATION.
Returns Acad::eOk if successful.
Note For Model Space values, see AcDbDatabase::setElevation() function.
Parameters
Parameters | Description |
---|---|
elev | Input ELEVATION value for Paper Space |