The current rating value of the analytical bus.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double CurrentRating { get; set; }Property Value
Double
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
When setting this property: The given value for rating is not a number
-or-
When setting this property: The given value for rating is not finite
|
| ArgumentOutOfRangeException |
When setting this property: The given value for rating must be non-negative.
|
See Also
Reference