Deletes hydraulically separated systems and merges the system components into the connected system.
Namespace: Autodesk.Revit.DB.PlumbingAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2019
Syntax
C# |
---|
public static void DeleteHydraulicSeparation(
Document document,
ISet<ElementId> pipeElementIds
) |
Visual Basic |
---|
Public Shared Sub DeleteHydraulicSeparation ( _
document As Document, _
pipeElementIds As ISet(Of ElementId) _
) |
Visual C++ |
---|
public:
static void DeleteHydraulicSeparation(
Document^ document,
ISet<ElementId^>^ pipeElementIds
) |
Parameters
- document
- Type: Autodesk.Revit.DB..::..Document
The document where the system is deleted.
- pipeElementIds
- Type: System.Collections.Generic..::..ISet<(Of <(<'ElementId>)>)>
The boundary pipe that separates the system. Multiple pipes are allowed to delete more than one separated systems.
Exceptions
See Also