DefaultLightingType Enumeration
 | 
Default lighting modes.
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public enum DefaultLightingType
 
Public Enumeration DefaultLightingType
 
public enum class DefaultLightingType
 
 
 
 
Members
 
| Member name | 
Value | 
Description | 
| OneLight | 
0 | 
Single front light. | 
| TwoLights | 
1 | 
Front and back lights. | 
| BackLight | 
2 | 
Single back light. | 
 
See Also