Used for the conceptual energy model.
The approximate percentage of the building exterior wall surfaces
which are covered by windows or other glazing.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2011
Syntax
C# |
---|
public double PercentageGlazing { get; set; } |
Visual Basic |
---|
Public Property PercentageGlazing As Double
Get
Set |
Visual C++ |
---|
public:
property double PercentageGlazing {
double get ();
void set (double value);
} |
Remarks
Exceptions
See Also