Gets all flow characteristics of the segment.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public string GetFlowCharacteristics(
Document doc
)
Parameters
- doc Document
-
The document of this segment.
Return Value
String
All flow characteristics of the segment in one string, empty if all characteristics are undefined.
Exceptions
See Also
Reference