Share

ElectricalDemandFactorValue(Double, Double, Double) Constructor

Constructor. Initializes factor, minimum range and maximum range to values passed in.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public ElectricalDemandFactorValue(
	double minRange,
	double maxRange,
	double factor
)

Parameters

minRange  Double
 
maxRange  Double
 
factor  Double
 

See Also

Reference

Was this information helpful?