CorrectionFactors Property
Get all correction factors defined in this temperature rating type and its corresponding material type.

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

Syntax

C#
public CorrectionFactorSet CorrectionFactors { get; }
Visual Basic
Public ReadOnly Property CorrectionFactors As CorrectionFactorSet
	Get
Visual C++
public:
property CorrectionFactorSet^ CorrectionFactors {
	CorrectionFactorSet^ get ();
}

See Also