Share

TemperatureRatingType.RemoveCorrectionFactor Method

Remove an existing correction factor from this temperature rating type in Revit MEP project.


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

Syntax

C#

public void RemoveCorrectionFactor(
	CorrectionFactor correctionFactor
)

Parameters

correctionFactor  CorrectionFactor
The correction factor to be removed.

Return Value

New constructed correction factor.

See Also

Reference

Was this information helpful?