Revit 2025 API
Sun |
Identifies whether the SunAndShadowSettings element is relative to the view
direction. This is only relevant for lighting mode.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool RelativeToView { get; set; }
Public Property RelativeToView As Boolean Get Set
public: property bool RelativeToView { bool get (); void set (bool value); }
member RelativeToView : bool with get, set
Property Value
BooleanSee Also