ViewSunAndShadowSettings Property

The sun and shadow settings assigned to the view for shadow calculation and rendering.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public SunAndShadowSettings SunAndShadowSettings { get; }

Property Value

SunAndShadowSettings
The sun and shadow settings, or null for views which don't allow this (such as schedules).
See Also