Revit 2023 API |
TemperatureRatingType..::..CorrectionFactors Property |
TemperatureRatingType Class See Also |
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: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public CorrectionFactorSet CorrectionFactors { get; } |
Visual Basic |
---|
Public ReadOnly Property CorrectionFactors As CorrectionFactorSet Get |
Visual C++ |
---|
public: property CorrectionFactorSet^ CorrectionFactors { CorrectionFactorSet^ get (); } |