Sets the overridden value of loss coefficient.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetLossCoefficientOverride(
MEPAnalyticalModelData analyticalModel,
double lossCoefficient
)
Parameters
- analyticalModel MEPAnalyticalModelData
-
The analytical model data that this segment belongs to.
- lossCoefficient Double
-
The new loss coefficient value, dimensionless.
Exceptions
See Also
Reference