Share

MEPAnalyticalSegment.SetLossCoefficientOverride Method

Sets the overridden value of loss coefficient.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: 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

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?