AddCorrectionFactor Method
Add a new electrical correction factor type to this temperature rating type.

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

Syntax

C#
public CorrectionFactor AddCorrectionFactor(
	long temperature,
	double factor
)
Visual Basic
Public Function AddCorrectionFactor ( _
	temperature As Long, _
	factor As Double _
) As CorrectionFactor
Visual C++
public:
CorrectionFactor^ AddCorrectionFactor(
	long long temperature, 
	double factor
)

Parameters

temperature
Type: System..::..Int64
Temperature of correction factor to be added.
factor
Type: System..::..Double
Factor of correction factor to be added.

Return Value

New constructed correction factor.

See Also