TemperatureRatingType.AddCorrectionFactor
Description:
Add a new electrical correction factor type to this temperature rating type.
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
)
-
Int64temperatureTemperature of correction factor to be added.
-
DoublefactorFactor of correction factor to be added.