M

TemperatureRatingType.AddCorrectionFactor

Description:
Add a new electrical correction factor type to this temperature rating type.
Overloads (2):
AddCorrectionFactor(Int64,Double)
[ObsoleteAttribute("This method is deprecated in Revit 2022 and may be removed in a future version of Revit. Please use the AddCorrectionFactor(double, double) overload instead.")]
public CorrectionFactor AddCorrectionFactor(
	long temperature,
	double factor
)
  • Int64
    temperature
    Temperature of correction factor to be added.
  • Double
    factor
    Factor of correction factor to be added.
Return Value CorrectionFactor New constructed correction factor.