TemperatureRatingTypeCorrectionFactors Property |
Get all correction factors defined in this temperature rating type and its corresponding material type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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