SunAndShadowSettings.SunriseToSunset Property

SunAndShadowSettingsSunriseToSunset Property

Identifies whether the current single day sun study is set to run from sunrise to sunset.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool SunriseToSunset { get; set; }
Public Property SunriseToSunset As Boolean
	Get
	Set
public:
property bool SunriseToSunset {
	bool get ();
	void set (bool value);
}
member SunriseToSunset : bool with get, set

Property Value

Boolean
See Also