DatabaseLightsInBlocks Property
|
Property that controls whether lights that are
saved in blocks are used when rendering. This property corresponds
to the LIGHTSINBLOCKS system variable.
ValueDescription0 Lights in blocks are not used
during rendering. 1 Lights in blocks are used during
rendering.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool LightsInBlocks { get; set; }
Public Property LightsInBlocks As Boolean
Get
Set
public:
property bool LightsInBlocks {
bool get ();
void set (bool value);
}
member LightsInBlocks : bool with get, set
Property Value
Boolean
See Also