Share

AcDbDatabase::setUserr5

C++

Acad::ErrorStatus setUserr5(
    double val
);

Description

Sets val to be the USERR5 value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input USERR5 value

Links

AcDbDatabase Class

Was this information helpful?