IFlowModuleFlowNodes Property

A list of flow nodes. TODO: consider to call it just Nodes.

Definition

Namespace: DHI.Mike1D.Engine.ModuleFlow
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
IReadOnlyList<IFlowNode> FlowNodes { get; }

Property Value

IReadOnlyListIFlowNode

See Also