EnergyAnalysisDetailModel.ExportCategory Property

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; }
Public Property ExportCategory As ElementId
	Get
	Set
public:
property ElementId^ ExportCategory {
	ElementId^ get ();
	void set (ElementId^ value);
}
member ExportCategory : ElementId with 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