Checks whether the export category falls within the list:
- OST_Rooms
- OST_MEPSpaces
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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
See Also
Reference