Assign new values to modify voltage type, all of the unit are volt.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetVoltageValue(
double actualValue,
double minValue,
double maxValue
)
Parameters
- actualValue Double
-
- minValue Double
-
- maxValue Double
-
Exceptions
| 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
Reference