Revit 2025 API
Voltage |
Assign new values to modify voltage type, all of the unit are volt.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetVoltageValue( double actualValue, double minValue, double maxValue )
Public Sub SetVoltageValue ( actualValue As Double, minValue As Double, maxValue As Double )
public: void SetVoltageValue( double actualValue, double minValue, double maxValue )
member SetVoltageValue : actualValue : float * minValue : float * maxValue : float -> unit
Parameters
| Exception | Condition |
|---|---|
| ArgumentException | Actual value can't be more than minValue or less than maxValue, and all of them can't be negative, otherwise the exception will be thrown. |
See Also