Updates the associated system type for the duct.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void SetSystemType( ElementId systemTypeId )
Parameters
- systemTypeId ElementId
- The ElementId of the hvac system type.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The systemTypeId is not valid HVAC system type. |
ArgumentNullException | A non-optional argument was null |