Share

ElectricalSetting.CircuitRating Property

The default circuit rating for newly created circuit.


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

Syntax

C#

public double CircuitRating { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
ArgumentOutOfRangeException When setting this property: The circuit rating should be non-negative.

See Also

Reference

Was this information helpful?