Revit 2026 API
MEPAnalytical |
Gets all flow characteristics of the segment.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string GetFlowCharacteristics( Document doc )
Public Function GetFlowCharacteristics ( doc As Document ) As String
public: String^ GetFlowCharacteristics( Document^ doc )
member GetFlowCharacteristics : doc : Document -> string
Parameters
- doc Document
- The document of this segment.
Return Value
StringAll flow characteristics of the segment in one string, empty if all characteristics are undefined.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also