Share

AcDbDatabase::setLuprec

C++

Acad::ErrorStatus setLuprec(
    Adesk::Int16 prec
);

Description

Sets prec to be the LUPREC value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
prec Input LUPREC value

Links

AcDbDatabase Class

Was this information helpful?