Revit 2026 API
Voltage |
Get upper boundary of 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 MaxValue { get; }
Public ReadOnly Property MaxValue As Double Get
public: property double MaxValue { double get (); }
member MaxValue : float with get
Property Value
DoubleSee Also