Revit 2025.3 API
Duct |
Get the MEPServerInfo of the current pipe pressure loss calculation server.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public MEPCalculationServerInfo GetPressLossCalculationServerInfo()
Public Function GetPressLossCalculationServerInfo As MEPCalculationServerInfo
public: MEPCalculationServerInfo^ GetPressLossCalculationServerInfo()
member GetPressLossCalculationServerInfo : unit -> MEPCalculationServerInfo
Return Value
MEPCalculationServerInfoThe MEPServerInfo of the current pipe pressure loss calculation server
See Also