EnergyDataSettingsPercentageGlazing Property |
Used for the conceptual energy model (AnalysisType is ConceptualMassesAndBuildingElements).
The approximate percentage of the building exterior wall surfaces
which are covered by windows or other glazing.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic double PercentageGlazing { get; set; }Public Property PercentageGlazing As Double
Get
Set
public:
property double PercentageGlazing {
double get ();
void set (double value);
}member PercentageGlazing : float with get, set
Property Value
Double
Exceptions
Remarks
This value is used to automatically model glazed openings for
masses when the Energy Analytical model is being created.
See Also