PercentageSkylights Property


Used for the conceptual energy model. The approximate percentage of the building roof surfaces in massing instances for the Conceptual Energy Analytical Model.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2011

Syntax

C#
public double PercentageSkylights { get; set; }
Visual Basic
Public Property PercentageSkylights As Double
	Get
	Set
Visual C++
public:
property double PercentageSkylights {
	double get ();
	void set (double value);
}

Remarks

This value is used to automatically model the skylights in massing instances when the Energy Analytical model is being created.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentOutOfRangeException When setting this property: The percentage skylights value is between 0.00 and 0.95.

See Also