Revit 2025.3 API
Flex |
Checks if given type is valid HVAC system type.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool IsHVACSystemTypeId( Document document, ElementId systemTypeId )
Public Shared Function IsHVACSystemTypeId ( document As Document, systemTypeId As ElementId ) As Boolean
public: static bool IsHVACSystemTypeId( Document^ document, ElementId^ systemTypeId )
static member IsHVACSystemTypeId : document : Document * systemTypeId : ElementId -> bool
Parameters
Return Value
BooleanTrue if the given systemTypeId is the HVAC system type, false otherwise.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also