Gets the loss coefficient for the specified element id in this section. 
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2013 
Syntax
| C# | 
|---|
 | 
| Visual Basic | 
|---|
 | 
| Visual C++ | 
|---|
 | 
Parameters
- elemId
 - Type: Autodesk.Revit.DBElementId
The element id which can be duct segment, duct fitting , pipe segment and pipe fitting. 
Remarks
 For Duct, it is loss coefficient. For Pipe, the loss coefficient is equivalent to the friction factor. Loss coefficient is a number. The unit type is UT_Number. 
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.ExceptionsArgumentException | The ElementId elemId does not correspond to a valid section member. | 
| Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |