struct.node.next
Syntax
- snnext := struct.node.next(sn)
Get the next structure node after sn in the list of all structure nodes in the model. Will return null if no more structure nodes follow. This function should be considered deprecated; it is provided for backwards compatibility with old data files. Instead, see the ForEach Loop statement and the
struct.node.listfunction. See also thestruct.node.headfunction.
| Was this helpful? ... | Itasca Software © 2024, Itasca | Updated: Jun 15, 2025 |