Revit 2026 API
MEPAnalytical |
Gets the overridden value of loss coefficient, dimensionless.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double GetLossCoefficientOverride()
Public Function GetLossCoefficientOverride As Double
public: double GetLossCoefficientOverride()
member GetLossCoefficientOverride : unit -> float
Return Value
DoubleThe overridden value, or 0.0 if the loss efficient is not overridden.
See Also