EnergyAnalysisSurfaceGetAnalyticalSpace Method |
Gets the primary analytical space this surface is associated with.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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