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