Revit 2023 API |
AnalyticalBusData..::..TotalConnectedCurrent Property |
AnalyticalBusData Class See Also |
The total connected current of the analytical bus.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.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 (); } |