Revit 2026 API
Pipe |
Get the MEPServerInfo of the current plumbing flow convertion server.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public MEPCalculationServerInfo GetFlowConvertionServerInfo()
Public Function GetFlowConvertionServerInfo As MEPCalculationServerInfo
public: MEPCalculationServerInfo^ GetFlowConvertionServerInfo()
member GetFlowConvertionServerInfo : unit -> MEPCalculationServerInfo
Return Value
MEPCalculationServerInfoThe MEPServerInfo of the current plumbing flow convertion server.
See Also