Share

Wire.GetMEPSystems Method

Gets the systems to which the wire belongs.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public IList<ElementId> GetMEPSystems()

Return Value

IList<ElementId>
The systems to which the wire belongs.

Remarks

One wire might belong to more than one circuit.

See Also

Reference

Was this information helpful?