EnergyAnalysisSurface.GetConstruction Method

EnergyAnalysisSurfaceGetConstruction Method

Gets the analytic construction 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 EnergyAnalysisConstruction GetConstruction()
Public Function GetConstruction As EnergyAnalysisConstruction
public:
EnergyAnalysisConstruction^ GetConstruction()
member GetConstruction : unit -> EnergyAnalysisConstruction 

Return Value

EnergyAnalysisConstruction
The analytic construction.
See Also