Duct.IsHvacSystemTypeId
Method
Description:
Checks if given type is valid HVAC system type.
Checks if given type is valid HVAC system type.
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 |