EnergyAnalysisSurfaceGetAnalyticalOpenings Method

Returns the analytical openings of the analytical surface.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<EnergyAnalysisOpening> GetAnalyticalOpenings()

Return Value

IListEnergyAnalysisOpening
The collection of analytical openings.
See Also