LightingSource Enumeration

Indicates the lighting scheme type in rendering settings.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum LightingSource
Members
Member nameValueDescription
ExteriorSun21 Exterior source of light, sun only.
ExteriorSunAndArtificial22 Exterior source of light, sun and artificial light.
ExteriorArtificial23 Exterior source of light, artificial light only.
InteriorSun24 Interior source of light, sun only.
InteriorSunAndArtificial25 Interior source of light, sun and artificial light.
InteriorArtificial26 Interior source of light, artificial light only.
See Also