Share

AcDbDatabase::setUserr1

C++

Acad::ErrorStatus setUserr1(
    double val
);

Description

Sets val to be the USERR1 value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input USERR1 value

Links

AcDbDatabase Class

Was this information helpful?