EnergyAnalysisSurfaceGetAnalyticalSpace Method |
Gets the primary analytical space this surface is associated with.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic EnergyAnalysisSpace GetAnalyticalSpace()
Public Function GetAnalyticalSpace As EnergyAnalysisSpace
public:
EnergyAnalysisSpace^ GetAnalyticalSpace()
member GetAnalyticalSpace : unit -> EnergyAnalysisSpace
Return Value
EnergyAnalysisSpace
The primary analytical space.
See Also