TotalConnectedCurrent Property


The total connected current of the analytical power source.

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 ();
}

See Also