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