Share

ElectricalEquipment.MaxNumberOfCircuits Property

The maximum number of circuits for switchboard. The quantity of circuits can be assigned to switchboard through breaker.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public int MaxNumberOfCircuits { get; set; }

Property Value

Int32

Exceptions

ExceptionCondition
ArgumentException When setting this property: The input max number of circuits value is invalid for switchboard.
InvalidOperationException The electrical equipment is not a switchboard equipment.

See Also

Reference

Was this information helpful?