Share

AcDbDatabase::setAuprec

C++

Acad::ErrorStatus setAuprec(
    Adesk::Int16 auprec
);

Description

Sets auprec to be the AUPREC value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
auprec Input desired AUPREC system variable value

Links

AcDbDatabase Class

Was this information helpful?