TemperatureRatingType.CorrectionFactors Property

TemperatureRatingTypeCorrectionFactors 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: 26.0.4.0 (26.0.4.0)
Syntax
public CorrectionFactorSet CorrectionFactors { get; }
Public ReadOnly Property CorrectionFactors As CorrectionFactorSet
	Get
public:
property CorrectionFactorSet^ CorrectionFactors {
	CorrectionFactorSet^ get ();
}
member CorrectionFactors : CorrectionFactorSet with get

Property Value

CorrectionFactorSet
See Also