Share

AcDbDatabase::setLightGlyphDisplay

C++

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

Description

Set whether light objects are displayed in the viewport.

Returns Acad::eOk if 0 or 1 is passed in, Acad::eOutOfRange otherwise.

Parameters

Parameters Description
val Input 1 to display light objects , 0 to hide light objects. This has no affect on whether or not a light illuminates the model.

Links

AcDbDatabase Class

Was this information helpful?