| Revit 2022.1 API |
| EnergyAnalysisSurface..::..GetAdjacentAnalyticalSpace Method |
| EnergyAnalysisSurface Class See Also |
Gets the secondary adjacent analytical space this surface is associated with.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public EnergyAnalysisSpace GetAdjacentAnalyticalSpace() |
| Visual Basic |
|---|
Public Function GetAdjacentAnalyticalSpace As EnergyAnalysisSpace |
| Visual C++ |
|---|
public: EnergyAnalysisSpace^ GetAdjacentAnalyticalSpace() |
Return Value
The secondary analytical space.
Remarks
An exterior surface will only have one space adjacency.