Revit 2026 API
Energy |
Gets the analytic window type this opening is associated with. Null when this opening is not a window.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public EnergyAnalysisWindowType GetWindowType()
Public Function GetWindowType As EnergyAnalysisWindowType
public: EnergyAnalysisWindowType^ GetWindowType()
member GetWindowType : unit -> EnergyAnalysisWindowType
Return Value
EnergyAnalysisWindowTypeThe analytic window type.
See Also