Revit 2022 API |
PipingSystem..::..GetPumpSets Method |
PipingSystem Class See Also |
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: 22.0.0.0 (22.1.0.0)
Since:
2019
Syntax
C# |
---|
public ISet<ElementId> GetPumpSets() |
Visual Basic |
---|
Public Function GetPumpSets As ISet(Of ElementId) |
Visual C++ |
---|
public: ISet<ElementId^>^ GetPumpSets() |