AirModuleNodes Property

List of all air nodes in network.

Need not include all Engine nodes, use the GetNode(EngineNode) to check if a given engine node also has a corresponding air node.

Definition

Namespace: DHI.Mike1D.Engine.ModuleAir
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public IReadOnlyList<IAirNode> Nodes { get; }

Property Value

IReadOnlyListIAirNode

Implements

IModuleNetworkTNode, TReachNodes

See Also