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 mostly for backwards compatibility with old data files. Instead, see the c loop foreach statement and the
struct.node.list
function. See also thestruct.node.head
function.Returns: snnext - structure node pointer Arguments: sn - structure node pointer
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |