MEPModel.AssignedElectricalSystems
Description:
Retrieves the electrical systems this electrical panel currently is assigned to.
Retrieves the electrical systems this electrical panel currently is assigned to.
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.
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 GetAssignedElectricalSystems() method instead, which returns a standard .NET collection.")]
public ElectricalSystemSet AssignedElectricalSystems { get; }