The total connected current of the analytical bus.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2023
Syntax
C# |
---|
public double TotalConnectedCurrent { get; } |
Visual Basic |
---|
Public ReadOnly Property TotalConnectedCurrent As Double Get |
Visual C++ |
---|
public: property double TotalConnectedCurrent { double get (); } |