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