PipingSystemGetPumpSets Method

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.0.4.0 (26.0.4.0)
Syntax
public ISet<ElementId> GetPumpSets()

Return Value

ISetElementId
The set of all the pump sets in the system.
See Also