| Revit 2022.1 API |
| MEPSection..::..TotalCoefficient Property |
| MEPSection Class See Also |
The loss coefficient of the section.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2013
Syntax
| C# |
|---|
public double TotalCoefficient { get; } |
| Visual Basic |
|---|
Public ReadOnly Property TotalCoefficient As Double Get |
| Visual C++ |
|---|
public: property double TotalCoefficient { double get (); } |
Remarks
It's total of all fittings and segments.
Coefficient is a number.
The unit type is UT_Number.