Share

AcDbDatabase::setUserr2

C++

Acad::ErrorStatus setUserr2(
    double val
);

Description

Sets val to be the USERR2 value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input USERR2 value

Links

AcDbDatabase Class

Was this information helpful?