Gets the systems to which the wire belongs.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic IList<ElementId> GetMEPSystems()
Public Function GetMEPSystems As IList(Of ElementId)
public:
IList<ElementId^>^ GetMEPSystems()
member GetMEPSystems : unit -> IList<ElementId>
Return Value
IListElementId
The systems to which the wire belongs.
Remarks
One wire might belong to more than one circuit.
See Also