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