RVTDocs.com

FlexDuct.IsHVACSystemTypeId

Method
Description:
Checks if given type is valid HVAC system type.
Syntax
public static bool IsHVACSystemTypeId(
	Document document,
	ElementId systemTypeId
)
Parameters
Parameter Type Description
document Document The document.
systemTypeId ElementId ElementId of the HVAC system type to check.
Return Value
Type Description
Boolean True if the given systemTypeId is the HVAC system type, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null