| Revit 2020 API |
| BuiltInFailures..::..MEPCalculationFailures..::..DemandFlowAndPressureLossNotSetInLossFamily Property |
| BuiltInFailures..::..MEPCalculationFailures Class See Also |
A calculation did not complete because the pressure loss value for element is not set. Select the element and enter a value for the Pressure Loss.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public static FailureDefinitionId DemandFlowAndPressureLossNotSetInLossFamily { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property DemandFlowAndPressureLossNotSetInLossFamily As FailureDefinitionId Get |
| Visual C++ |
|---|
public: static property FailureDefinitionId^ DemandFlowAndPressureLossNotSetInLossFamily { FailureDefinitionId^ get (); } |