Updates the associated system type for the duct.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetSystemType(
ElementId systemTypeId
)
Public Sub SetSystemType (
systemTypeId As ElementId
)
public:
void SetSystemType(
ElementId^ systemTypeId
)
member SetSystemType :
systemTypeId : ElementId -> unit
Parameters
- systemTypeId ElementId
-
The ElementId of the hvac system type.
Exceptions
Remarks
If the duct previously did not have a system associated to it, this will create a new system.
See Also