List of all HD nodes in network. 
            
            Need not include all Engine nodes, use the GetNode(EngineNode) 
            to check if a given engine node also has a corresponding HD node.
            
 
    Namespace: 
   DHI.Mike1D.Engine.ModuleHD
    Assembly:
   DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic IReadOnlyList<IHDNode> Nodes { get; }Public ReadOnly Property Nodes As IReadOnlyList(Of IHDNode)
	Get
public:
virtual property IReadOnlyList<IHDNode^>^ Nodes {
	IReadOnlyList<IHDNode^>^ get () sealed;
}Property Value
Type: 
IReadOnlyListIHDNodeImplements
IModuleNetworkTNode, TReachNodes
See Also