EnergyDataSettingsPercentageSkylights Property |
Used for the conceptual energy model (AnalysisType is ConceptualMassesAndBuildingElements).
The approximate percentage of the building roof surfaces for
masses.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic double PercentageSkylights { get; set; }Public Property PercentageSkylights As Double
Get
Set
public:
property double PercentageSkylights {
double get ();
void set (double value);
}member PercentageSkylights : float with get, set
Property Value
Double
Exceptions
Remarks
This value is used to automatically model the skylights in
massing instances when the Energy Analytical model is being created.
See Also