EnergyAnalysisDetailModel.GetAnalyticalShadingSurfaces
Description:
The collection of analytical shading surfaces.
The collection of analytical shading surfaces.
[ObsoleteAttribute("GetAnalyticalShadingSurfaces is deprecated in Revit 2027 and may be removed in the next version of Revit. Instead use GetAnalyticalSurfaces().Where(surface => surface.Type == gbXMLSurfaceType.Shade).")]
public IList<EnergyAnalysisSurface> GetAnalyticalShadingSurfaces()
IList<EnergyAnalysisSurface>
Returns the analytical shading surfaces after model calculation.
No comments yet. Start the discussion.
Loading…