BuiltInFailures.MEPCalculationFailures.NetworkUnderConstrained Property

BuiltInFailuresMEPCalculationFailuresNetworkUnderConstrained Property

The network is under constrained. You may specify the design flow value in the missing branches, or cap the open ends.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static FailureDefinitionId NetworkUnderConstrained { get; }
Public Shared ReadOnly Property NetworkUnderConstrained As FailureDefinitionId
	Get
public:
static property FailureDefinitionId^ NetworkUnderConstrained {
	FailureDefinitionId^ get ();
}
static member NetworkUnderConstrained : FailureDefinitionId with get

Property Value

FailureDefinitionId
See Also