Constructor. Initializes factor, minimum range and maximum range to values passed in.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ElectricalDemandFactorValue(
double minRange,
double maxRange,
double factor
)
Parameters
- minRange Double
-
- maxRange Double
-
- factor Double
-
See Also
Reference