| Revit 2022 API |
| View..::..SunAndShadowSettings Property |
| View Class See Also |
The sun and shadow settings assigned to the view for shadow calculation and rendering.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 2011
Syntax
| C# |
|---|
public SunAndShadowSettings SunAndShadowSettings { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SunAndShadowSettings As SunAndShadowSettings Get |
| Visual C++ |
|---|
public: property SunAndShadowSettings^ SunAndShadowSettings { SunAndShadowSettings^ get (); } |