Share

AcDbDatabase::setPsolHeight

C++

Acad::ErrorStatus setPsolHeight(
    double height
);

Description

Sets height to be the PSOLHEIGHT value for the database.

See the System Variables section of the AutoCAD Command Reference for information on PSOLHEIGHT.

Returns Acad::eOk if successful.

Parameters

Parameters Description
height Input PSOLHEIGHT value

Links

AcDbDatabase Class

Was this information helpful?