An enumerated type listing direction types for a connector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum FlowDirectionType
Members
| Member name | Value | Description |
|---|---|---|
| Bidirectional | 0 | Flow bidirectional |
| In | 1 | Flow in |
| Out | 2 | Flow out |
