Revit 2025.3 API
Sun |
Identifies whether the SunAndShadowSettings element is using daylight savings time.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool UsesDST { get; }
Public ReadOnly Property UsesDST As Boolean Get
public: property bool UsesDST { bool get (); }
member UsesDST : bool with get
Property Value
BooleanSee Also