Gets the set of element Id's for all pump sets in the system, if any.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ISet<ElementId> GetPumpSets()
Return Value
ISet<ElementId>The set of all the pump sets in the system.
