EnergyAnalysisDetailModelGetAnalyticalShadingSurfaces Method

Note: This API is now obsolete.

The collection of analytical shading surfaces.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
[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()

Return Value

IListEnergyAnalysisSurface
Returns the analytical shading surfaces after model calculation.
See Also