List of all HD reaches in network.
Need not include all Engine reaches, use the GetReach(EngineReach)
to check if a given engine reach also has a corresponding HD reach.
Namespace:
DHI.Mike1D.Engine.ModuleHD
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public IReadOnlyList<IHDReach> Reaches { get; }
Public ReadOnly Property Reaches As IReadOnlyList(Of IHDReach)
Get
public:
virtual property IReadOnlyList<IHDReach^>^ Reaches {
IReadOnlyList<IHDReach^>^ get () sealed;
}
Property Value
Type:
IReadOnlyListIHDReachImplements
IModuleNetworkTNode, TReachReachesSee Also