Revit 2025.3 API
Energy |
Gets the primary analytical space this surface is associated with.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public EnergyAnalysisSpace GetAnalyticalSpace()
Public Function GetAnalyticalSpace As EnergyAnalysisSpace
public: EnergyAnalysisSpace^ GetAnalyticalSpace()
member GetAnalyticalSpace : unit -> EnergyAnalysisSpace
Return Value
EnergyAnalysisSpaceThe primary analytical space.
See Also