Share

LightingSource Enumeration

Indicates the lighting scheme type in rendering settings.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public enum LightingSource

Members

Member nameValueDescription
ExteriorArtificial23 Exterior source of light, artificial light only.
ExteriorSun21 Exterior source of light, sun only.
ExteriorSunAndArtificial22 Exterior source of light, sun and artificial light.
InteriorArtificial26 Interior source of light, artificial light only.
InteriorSun24 Interior source of light, sun only.
InteriorSunAndArtificial25 Interior source of light, sun and artificial light.

See Also

Reference

Was this information helpful?