Share

AcDbDatabase::setLightingUnits

C++

Acad::ErrorStatus setLightingUnits(
    Adesk::UInt8 val
);

Description

Sets the lighting units for the drawing, where 0 = Generic, 1 = International, and 2 = American. The default setting is 0.

Returns Acad::eOk if a valid lighting units value is passed in.

Parameters

Parameters Description
val Input the lighting units for the drawing.

Links

AcDbDatabase Class

Was this information helpful?