Revit 2025 API
Piping |
Pipes and fittings which are contained in this system.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementSet PipingNetwork { get; }
Public ReadOnly Property PipingNetwork As ElementSet Get
public: property ElementSet^ PipingNetwork { ElementSet^ get (); }
member PipingNetwork : ElementSet with get
Property Value
ElementSet
The return value doesn't include mechanical equipment elements.
The pipes and fittings are not returned in any particular order.
See Also