DatabaseLightingUnits Property
|
Property that controls the type of lighting
that is used and its unit of measurement. This property corresponds
to the LIGHTINGUNITS system variable.
ValueDescription0 Standard lighting with no lighting
units. 1 Photometric lighting with US units. 2 Photometric lighting
with international units.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public byte LightingUnits { get; set; }
Public Property LightingUnits As Byte
Get
Set
public:
property unsigned char LightingUnits {
unsigned char get ();
void set (unsigned char value);
}
member LightingUnits : byte with get, set
Property Value
Byte
See Also