| Revit 2020.1 API |
| MEPModel..::..ElectricalSystems Property |
| MEPModel Class See Also |
Retrieves the electrical systems that are currently created using this MEPModel.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
| C# |
|---|
public ElectricalSystemSet ElectricalSystems { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ElectricalSystems As ElectricalSystemSet Get |
| Visual C++ |
|---|
public: property ElectricalSystemSet^ ElectricalSystems { ElectricalSystemSet^ get (); } |
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.