ElectricalSystem.Rating Property

ElectricalSystemRating Property

The Rating value of the Electrical System.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double Rating { get; set; }
Public Property Rating As Double
	Get
	Set
public:
property double Rating {
	double get ();
	void set (double value);
}
member Rating : float with get, set

Property Value

Double
Exceptions
ExceptionCondition
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.
InvalidOperationException This property only available when System Type is Power!
Remarks
This property is used to retrieve the Rating value of the Electrical System.
See Also