The target percentage of the reference wall surface that is to
be covered with automatically generated windows. Revit will use this number when
determining the size, shape, and location of automatically generated windows.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
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