MEPAnalyticalSegmentIsSegmentOverridable Method |
Verifies if the segment can be overridden (e.g., the pressure drop of the pump and curve segments are calculated from the network and cannot be overridden).
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsSegmentOverridable()
Public Function IsSegmentOverridable As Boolean
public:
bool IsSegmentOverridable()
member IsSegmentOverridable : unit -> bool
Return Value
Boolean
True if the segment can be overridden for the loss coefficient or pressure drop, false if the segment cannot be overriden.
See Also