Share

AcDbDatabase::setAunits

C++

Acad::ErrorStatus setAunits(
    Adesk::Int16 aunits
);

Description

Sets aunits to be the AUNITS value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
aunits Input desired AUNITS system variable value (must be in the range 0 to 4)

Links

AcDbDatabase Class

Was this information helpful?