Revit 2017.1 API |
BuiltInFailures..::..ElectricalFailures..::..NotEnoughAvailSlotsOnPanel Property |
BuiltInFailures..::..ElectricalFailures Class See Also |
There are not enough slots available on panel: [Panel Name] for a circuit to be added. Please increase the maximum number of single pole breakers to be greater than [Number] or set it to 0.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Syntax
C# |
---|
public static FailureDefinitionId NotEnoughAvailSlotsOnPanel { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property NotEnoughAvailSlotsOnPanel As FailureDefinitionId Get |
Visual C++ |
---|
public: static property FailureDefinitionId^ NotEnoughAvailSlotsOnPanel { FailureDefinitionId^ get (); } |