VoltageType.ActualValue Property

VoltageTypeActualValue Property

Get actual voltage value of this voltage definition, the unit is volt.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double ActualValue { get; }
Public ReadOnly Property ActualValue As Double
	Get
public:
property double ActualValue {
	double get ();
}
member ActualValue : float with get

Property Value

Double
See Also