Share

EnergyDataSettings.CheckExportCategory Method

Checks whether the export category falls within the list:
  1. OST_Rooms
  2. OST_MEPSpaces


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public static bool CheckExportCategory(
	ElementId exportCategoryId
)

Parameters

exportCategoryId  ElementId
The export category to be checked.

Return Value

Boolean
True if the export category falls within the list, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?