Revit 2025.3 API
MEPSystemElements Property |
Terminal elements in the system.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementSet Elements { get; }
Public ReadOnly Property Elements As ElementSet Get
public: property ElementSet^ Elements { ElementSet^ get (); }
member Elements : ElementSet with get
Property Value
ElementSetThe return value is a read only collection and doesn't include the base equipment or panel.
See Also