Share

AreaBasedLoadType.ApparentPowerDensity Property

The apparent power density of area based load type.


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

Syntax

C#

public double ApparentPowerDensity { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
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

Reference

Was this information helpful?