SunAndShadowSettingsUsesDST Property |
Identifies whether the SunAndShadowSettings element is using daylight savings time.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool UsesDST { get; }
Public ReadOnly Property UsesDST As Boolean
Get
public:
property bool UsesDST {
bool get ();
}
member UsesDST : bool with get
Property Value
Boolean
See Also