Revit 2025.3 API
Energy |
Gets the associative analytical parent surface element.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public EnergyAnalysisSurface GetAnalyticalSurface()
Public Function GetAnalyticalSurface As EnergyAnalysisSurface
public: EnergyAnalysisSurface^ GetAnalyticalSurface()
member GetAnalyticalSurface : unit -> EnergyAnalysisSurface
Return Value
EnergyAnalysisSurfaceThe associative analytical parent surface element.
See Also