Revit 2025.3 API
Energy |
Gets the secondary adjacent 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 GetAdjacentAnalyticalSpace()
Public Function GetAdjacentAnalyticalSpace As EnergyAnalysisSpace
public: EnergyAnalysisSpace^ GetAdjacentAnalyticalSpace()
member GetAdjacentAnalyticalSpace : unit -> EnergyAnalysisSpace
Return Value
EnergyAnalysisSpaceThe secondary analytical space.
An exterior surface will only have one space adjacency.
See Also