Share

AcDbDatabase::setUserr3

C++

Acad::ErrorStatus setUserr3(
    double val
);

Description

Sets val to be the USERR3 value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input USERR3 value

Links

AcDbDatabase Class

Was this information helpful?