| Revit 2022.1 API |
| SunAndShadowSettings..::..UsesDST Property |
| SunAndShadowSettings Class See Also |
Identifies whether the SunAndShadowSettings element is using daylight savings time.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2011
Syntax
| C# |
|---|
public bool UsesDST { get; } |
| Visual Basic |
|---|
Public ReadOnly Property UsesDST As Boolean Get |
| Visual C++ |
|---|
public: property bool UsesDST { bool get (); } |