Checks if given type is valid HVAC system type.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsHVACSystemTypeId( Document document, ElementId systemTypeId )
Parameters
Return Value
BooleanTrue if the given systemTypeId is the HVAC system type, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
