Updates the associated system type for the duct.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2017
Syntax
C# |
---|
public void SetSystemType( ElementId systemTypeId ) |
Visual Basic |
---|
Public Sub SetSystemType ( _ systemTypeId As ElementId _ ) |
Visual C++ |
---|
public: void SetSystemType( ElementId^ systemTypeId ) |
Parameters
- systemTypeId
- Type: Autodesk.Revit.DB..::..ElementId
The ElementId of the hvac system type.
Remarks
If the duct previously did not have a system associated to it, this will create a new system.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | The systemTypeId is not valid HVAC system type. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |
Autodesk.Revit.Exceptions..::..DisabledDisciplineException | None of the following disciplines is enabled: Mechanical Electrical Piping. |