ElectricalSystemTrueLoad Property |
The TrueLoad value of the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double TrueLoad { get; set; }
Public Property TrueLoad As Double
Get
Set
public:
property double TrueLoad {
double get ();
void set (double value);
}
member TrueLoad : float with get, set
Property Value
Double
Exceptions
Remarks
This property is used to retrieve the TrueLoad value of the Electrical System.
See Also