Share

AcDbDatabase::setUseri1

C++

Acad::ErrorStatus setUseri1(
    Adesk::Int16 val
);

Description

Sets val to be the USERI1 value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
val Input USERI1 value

Links

AcDbDatabase Class

Was this information helpful?