Share

AcDbDatabase::setLunits

C++

Acad::ErrorStatus setLunits(
    Adesk::Int16 lunits
);

Description

Sets lunits to be the LUNITS value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
lunits Input LUNITS value (must be in the range 1 to 5)

Links

AcDbDatabase Class

Was this information helpful?