EnergyAnalysisDetailModelExportCategory Property

Export elements of this category in energy analysis.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementId ExportCategory { get; set; }

Property Value

ElementId
Exceptions
ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null
Remarks
Export will be based on the space type associated with the product creating it. Valid categories are Rooms or MEP Spaces.
See Also