C++
Acad::ErrorStatus setElevation( double elev );
Description
Sets elev to be the Model 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 Paper Space values, see AcDbDatabase::setPelevation() function.
Parameters
Parameters | Description |
---|---|
elev | Input ELEVATION value for Model Space |