RVTDocs.com
Namespace: Autodesk.Revit.DB Class: View

View.SunlightIntensity

Property
Description:
The intensity of the simulated (directional) sunlight. 0 = no directional light; maximum value is 100.
Syntax
public int SunlightIntensity { get; set; }
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: The value is invalid. The valid range is 0 through 100
InvalidOperationException When setting this property: This view does not contain display-related properties.