FlowDirectionType Enumeration |
An enumerated type listing direction types for a connector.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum FlowDirectionType
Public Enumeration FlowDirectionType
public enum class FlowDirectionType
Members| Member name | Value | Description |
|---|
| Bidirectional | 0 |
Flow bidirectional
|
| In | 1 |
Flow in
|
| Out | 2 |
Flow out
|
See Also