FlowPositionCharacteristic Enumeration

The flow position 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 FlowPositionCharacteristic
Members
Member nameValueDescription
Branch2 The segment is in the branch direction.
Bullhead4 The segment is in the bullhead straight direction where multiple flow paths are combined into the branch segment.
BullheadCombined5 The segment is in the bullhead branch direction with combined flow paths.
Combined3 The segment flow is combined from multiple other segments.
Straight1 The segment is in the straight direction.
Undefined0 The flow position characteristic is undefined.
See Also