Add a new electrical correction factor type to this temperature rating type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
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.