2027 Method
Changes 0
M

Duct.IsHvacSystemTypeId

Description:
Checks if given type is valid HVAC system type.
public static bool IsHvacSystemTypeId(
	Document document,
	ElementId systemTypeId
)
  • document
    The document.
  • systemTypeId
    ElementId of the HVAC system type to check.
Return Value Boolean True if the given systemTypeId is the HVAC system type, false otherwise.