MCPcopy Create free account
hub / github.com/CodeCavePro/revitless-toolkit / FlowDirectionType

Enum FlowDirectionType

src/Decompiled/FlowDirectionType.cs:14–22  ·  view source on GitHub ↗

An enumerated type listing direction types for a connector.

Source from the content-addressed store, hash-verified

12{
13 /// <summary>An enumerated type listing direction types for a connector.</summary>
14 public enum FlowDirectionType
15 {
16 /// <summary>Flow bidirectional.</summary>
17 Bidirectional,
18 /// <summary>Flow in.</summary>
19 In,
20 /// <summary>Flow out.</summary>
21 Out,
22 }
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected