| Revit 2022.1 API |
| ElectricalSystem..::..IsBasePanelFeedThroughLugsOccupied Property |
| ElectricalSystem Class See Also |
Checks if the feed through lugs of the base panel is already occupied.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2020
Syntax
| C# |
|---|
public bool IsBasePanelFeedThroughLugsOccupied { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsBasePanelFeedThroughLugsOccupied As Boolean Get |
| Visual C++ |
|---|
public: property bool IsBasePanelFeedThroughLugsOccupied { bool get (); } |