Class MEPSystem
- Namespace
- OpenMEPRevit.Element
- Assembly
- OpenMEPRevit.dll
A system in the Autodesk Revit MEP product.
public class MEPSystem
- Inheritance
-
MEPSystem
- Inherited Members
Remarks
This is the base class for electrical, mechanical and piping systems, available only in the Autodesk Revit MEP product.
Methods
BaseEquipment(Element?)
get The base panel or equipment of the system.
public static Element? BaseEquipment(Element? mepSystem)
Parameters
mepSystemElementmep system
Returns
- Element
The base panel or equipment of the system.
Examples

Elements(Element)
Terminal elements in the system.
[NodeCategory("Query")]
public static List<Element?> Elements(Element mepSystem)
Parameters
mepSystemElementmep system
Returns
- List<Element>
The return value is a read only collection and doesn't include the base equipment or panel.
Examples
