AnalyticalTransformerDataApparentPowerRating Property |
The apparent power rating value of the analytical transformer.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic double ApparentPowerRating { get; set; }Public Property ApparentPowerRating As Double
Get
Set
public:
property double ApparentPowerRating {
double get ();
void set (double value);
}member ApparentPowerRating : float with 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