Revit 2025 API
Area |
The apparent power density of area based load type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double ApparentPowerDensity { get; set; }
Public Property ApparentPowerDensity As Double Get Set
public: property double ApparentPowerDensity { double get (); void set (double value); }
member ApparentPowerDensity : float with get, set
Property Value
Double
Exception | Condition |
---|---|
ArgumentException | When setting this property: The given value for value is not a number -or- When setting this property: The given value for value is not finite |
ArgumentOutOfRangeException | When setting this property: The given value for value must be non-negative. |
See Also