Remove an existing correction factor from this temperature rating type in Revit MEP project.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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