FlowConvergenceCharacteristic Enumeration

The flow convergence characteristic of the analytical segment cluster.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum FlowConvergenceCharacteristic
Members
Member nameValueDescription
Converge1 Multile flow paths are converged into one segment.
Diverge2 The flow is diverged from one segment into multiple paths.
Undefined0 The flow convergence characteristic is undefined.
See Also