Logo  

struct.link.next

Syntax

pnext := struct.link.next(p)

Get the next link after p in the list of all structural links in the model. Will return null if no more links follow. This function should be considered deprecated; it is provided mostly for backwards compatibility with old data files. Instead, see the ForEach Loop statement and the struct.link.list function. See also the struct.link.head function.

Returns:

pnext - the next structural link in the list, or null

Arguments:

p - a pointer to a structural link

⇄
  • Itasca Software 9.1 documentation »
  • Itasca Software Guide »
  • Structural Elements »
  • Structural Element Links »
  • FISH Functions »


⇐ struct.link.model.yield | struct.link.node ⇒
Was this helpful? ... Itasca Software © 2024, Itasca Updated: Aug 13, 2024

9.1.13