Revit 2020 API |
LightingSource Enumeration |
See Also |
Indicates the lighting scheme type in rendering settings.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2013
Syntax
C# |
---|
public enum LightingSource |
Visual Basic |
---|
Public Enumeration LightingSource |
Visual C++ |
---|
public enum class LightingSource |
Members
Member name | Description |
---|---|
ExteriorSun | Exterior source of light, sun only. |
ExteriorSunAndArtificial | Exterior source of light, sun and artificial light. |
ExteriorArtificial | Exterior source of light, artificial light only. |
InteriorSun | Interior source of light, sun only. |
InteriorSunAndArtificial | Interior source of light, sun and artificial light. |
InteriorArtificial | Interior source of light, artificial light only. |