Checks whether the export category falls within the list:
- OST_Rooms
- 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
BooleanTrue if the export category falls within the list, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |