Piping |
Deletes hydraulically separated systems and merges the system components into the connected system.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

public static void DeleteHydraulicSeparation(
Document document,
ISet<ElementId> pipeElementIds
)
Parameters

Exception | Condition |
---|---|
ArgumentException | One or more elements is not a pipe. -or- One or more elements is not a valid loop boundary. |
ArgumentNullException | A non-optional argument was null |
