The electrical true load of the area based load.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2023
Syntax
| C# |
|---|
public double TrueLoad { get; } |
| Visual Basic |
|---|
Public ReadOnly Property TrueLoad As Double Get |
| Visual C++ |
|---|
public: property double TrueLoad { double get (); } |