MEPSectionTotalCoefficient Property |
The loss coefficient of the section.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double TotalCoefficient { get; }
Public ReadOnly Property TotalCoefficient As Double
Get
public:
property double TotalCoefficient {
double get ();
}
member TotalCoefficient : float with get
Property Value
Double
Remarks
It's total of all fittings and segments.
Coefficient is a number.
The unit type is UT_Number.
See Also