2021 Property
Changes 8
P

MEPModel.ElectricalSystems

Description:
Retrieves the electrical systems that are currently created using this MEPModel.
Remarks:
This property returns a set of Electrical Systems. If there are no electrical systems created for this model, this property will be an empty set.
[ObsoleteAttribute("This property is deprecated in Revit 2021. Use GetElectricalSystems() method instead, which returns a standard .NET collection.")]
public ElectricalSystemSet ElectricalSystems { get; }