Share

MassSurfaceData.PercentageSkylights Property

The target percentage of the reference roof surface that is to be covered with automatically generated skylights. Revit will use this number when determining the size, shape, and location of automatically generated skylights.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public double PercentageSkylights { get; set; }

Property Value

Double

Exceptions

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

Remarks

The resulting coverage of the roof with skylights is not guaranteed to match this value. It is a target.

See Also

Reference

Was this information helpful?