Share

MEPAnalyticalSegment.SetPressureDropOverride Method

Sets the overridden value of pressure drop.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public void SetPressureDropOverride(
	MEPAnalyticalModelData analyticalModel,
	double pressureDrop
)

Parameters

analyticalModel  MEPAnalyticalModelData
The analytical model data that this segment belongs to.
pressureDrop  Double
The new pressure drop value, in kg/(ft*s^2). Note that the negative value indicates the pressure gain at the flow direction.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?